mirror of
https://github.com/Intervention/image.git
synced 2025-08-29 16:50:07 +02:00
Optimize tests
This commit is contained in:
@@ -9,8 +9,10 @@ use Intervention\Image\FileExtension;
|
||||
use Intervention\Image\Format;
|
||||
use Intervention\Image\MediaType;
|
||||
use Intervention\Image\Tests\BaseTestCase;
|
||||
use PHPUnit\Framework\Attributes\CoversClass;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
|
||||
#[CoversClass(FileExtension::class)]
|
||||
final class FileExtensionTest extends BaseTestCase
|
||||
{
|
||||
public function testFormatJpeg(): void
|
||||
|
Reference in New Issue
Block a user