mirror of
https://github.com/Intervention/image.git
synced 2025-08-31 17:41:58 +02:00
Optimize tests
This commit is contained in:
@@ -7,7 +7,9 @@ namespace Intervention\Image\Tests\Unit\Typography;
|
||||
use Intervention\Image\Geometry\Point;
|
||||
use Intervention\Image\Tests\BaseTestCase;
|
||||
use Intervention\Image\Typography\Line;
|
||||
use PHPUnit\Framework\Attributes\CoversClass;
|
||||
|
||||
#[CoversClass(Line::class)]
|
||||
final class LineTest extends BaseTestCase
|
||||
{
|
||||
public function testConstructor(): void
|
||||
|
Reference in New Issue
Block a user