mirror of
https://github.com/Intervention/image.git
synced 2025-08-28 16:19:50 +02:00
Optimize tests
This commit is contained in:
@@ -6,7 +6,9 @@ namespace Intervention\Image\Tests\Unit\Geometry\Traits;
|
||||
|
||||
use Intervention\Image\Geometry\Traits\HasBorder;
|
||||
use Intervention\Image\Tests\BaseTestCase;
|
||||
use PHPUnit\Framework\Attributes\CoversClass;
|
||||
|
||||
#[CoversClass(HasBorder::class)]
|
||||
final class HasBorderTest extends BaseTestCase
|
||||
{
|
||||
public function getTestObject(): object
|
||||
|
Reference in New Issue
Block a user