mirror of
https://github.com/Intervention/image.git
synced 2025-09-01 09:52:59 +02:00
Optimize tests
This commit is contained in:
@@ -7,7 +7,9 @@ namespace Intervention\Image\Tests\Unit\Typography;
|
||||
use Intervention\Image\Exceptions\FontException;
|
||||
use Intervention\Image\Tests\BaseTestCase;
|
||||
use Intervention\Image\Typography\Font;
|
||||
use PHPUnit\Framework\Attributes\CoversClass;
|
||||
|
||||
#[CoversClass(Font::class)]
|
||||
final class FontTest extends BaseTestCase
|
||||
{
|
||||
public function testConstructor(): void
|
||||
|
Reference in New Issue
Block a user