fix tests

This commit is contained in:
Dennis Eichhorn 2024-03-20 03:00:23 +00:00
parent 913f79913f
commit 70b7025dc6

View File

@ -41,7 +41,7 @@ All tests need to have the following docblocks:
/** /**
* @testdox A image can be automatically unskewed * @testdox A image can be automatically unskewed
* @group framework * @group framework
* @covers phpOMS\Image\Skew * @covers \phpOMS\Image\Skew
*/ */
``` ```