1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-29 16:50:07 +02:00

Fix classname

This commit is contained in:
Oliver Vogel
2022-07-20 17:14:16 +02:00
parent f8f3baca0e
commit 736d754658

View File

@@ -10,7 +10,7 @@ use PHPUnit\Framework\TestCase;
/**
* @covers \Intervention\Image\Geometry\Tools\RectangleResizer
*/
class RectangleRectangleResizerTest extends TestCase
class RectangleResizerTest extends TestCase
{
public function testMake(): void
{