mirror of
https://github.com/Intervention/image.git
synced 2025-08-29 08:40:33 +02:00
Optimize tests
This commit is contained in:
@@ -6,7 +6,9 @@ namespace Intervention\Image\Tests\Unit\Typography;
|
||||
|
||||
use Intervention\Image\Tests\BaseTestCase;
|
||||
use Intervention\Image\Typography\TextBlock;
|
||||
use PHPUnit\Framework\Attributes\CoversClass;
|
||||
|
||||
#[CoversClass(TextBlock::class)]
|
||||
final class TextBlockTest extends BaseTestCase
|
||||
{
|
||||
protected TextBlock $block;
|
||||
|
Reference in New Issue
Block a user