mirror of
https://github.com/Intervention/image.git
synced 2025-08-26 07:14:31 +02:00
Optimize tests
This commit is contained in:
@@ -8,7 +8,9 @@ use Intervention\Image\Drivers\SpecializableDecoder;
|
||||
use Intervention\Image\Exceptions\DecoderException;
|
||||
use Intervention\Image\Tests\BaseTestCase;
|
||||
use Mockery;
|
||||
use PHPUnit\Framework\Attributes\CoversClass;
|
||||
|
||||
#[CoversClass(SpecializableDecoder::class)]
|
||||
final class SpecializableDecoderTest extends BaseTestCase
|
||||
{
|
||||
public function testDecode(): void
|
||||
|
Reference in New Issue
Block a user