From 70b7025dc69e98ea571983ee249f81c4e5922eef Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 20 Mar 2024 03:00:23 +0000 Subject: [PATCH] fix tests --- general/first_steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/first_steps.md b/general/first_steps.md index 004fd07..ecf7582 100755 --- a/general/first_steps.md +++ b/general/first_steps.md @@ -41,7 +41,7 @@ All tests need to have the following docblocks: /** * @testdox A image can be automatically unskewed * @group framework - * @covers phpOMS\Image\Skew + * @covers \phpOMS\Image\Skew */ ```