mirror of
https://github.com/Intervention/image.git
synced 2025-08-30 09:10:21 +02:00
Optimize tests
This commit is contained in:
@@ -8,7 +8,11 @@ use Intervention\Image\Colors\Rgb\Color;
|
||||
use Intervention\Image\Drivers\Gd\Cloner;
|
||||
use Intervention\Image\Geometry\Rectangle;
|
||||
use Intervention\Image\Tests\BaseTestCase;
|
||||
use PHPUnit\Framework\Attributes\CoversClass;
|
||||
use PHPUnit\Framework\Attributes\RequiresPhpExtension;
|
||||
|
||||
#[RequiresPhpExtension('gd')]
|
||||
#[CoversClass(Cloner::class)]
|
||||
final class ClonerTest extends BaseTestCase
|
||||
{
|
||||
public function testClone(): void
|
||||
|
Reference in New Issue
Block a user