mirror of
https://github.com/Intervention/image.git
synced 2025-08-27 07:44:30 +02:00
Optimize tests
This commit is contained in:
@@ -8,7 +8,7 @@ use PHPUnit\Framework\Attributes\CoversClass;
|
||||
use Intervention\Image\Geometry\Point;
|
||||
use Intervention\Image\Tests\BaseTestCase;
|
||||
|
||||
#[CoversClass(\Intervention\Image\Geometry\Point::class)]
|
||||
#[CoversClass(Point::class)]
|
||||
final class PointTest extends BaseTestCase
|
||||
{
|
||||
public function testConstructor(): void
|
||||
|
Reference in New Issue
Block a user