1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-28 08:09:54 +02:00

Update TestCase.php remove a redundant import.

This commit is contained in:
Sergey Kudashev
2022-03-26 18:41:46 +03:00
parent 976b9ae09a
commit 7a8a02e8c8

View File

@@ -3,7 +3,6 @@
namespace Intervention\Image\Tests;
use Intervention\Image\Interfaces\ColorInterface;
use PHPUnit\Framework\TestCase as PHPUnitTestCase;
use Mockery\Adapter\Phpunit\MockeryTestCase;
abstract class TestCase extends MockeryTestCase