mirror of
https://github.com/Intervention/image.git
synced 2025-08-26 15:24:37 +02:00
Optimize tests
This commit is contained in:
@@ -8,7 +8,9 @@ use Intervention\Image\Geometry\Factories\RectangleFactory;
|
||||
use Intervention\Image\Geometry\Point;
|
||||
use Intervention\Image\Geometry\Rectangle;
|
||||
use Intervention\Image\Tests\BaseTestCase;
|
||||
use PHPUnit\Framework\Attributes\CoversClass;
|
||||
|
||||
#[CoversClass(RectangleFactory::class)]
|
||||
final class RectangleFactoryTest extends BaseTestCase
|
||||
{
|
||||
public function testFactoryCallback(): void
|
||||
|
Reference in New Issue
Block a user