mirror of
https://github.com/Intervention/image.git
synced 2025-08-29 08:40:33 +02:00
Update TestCase.php remove a redundant import.
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
namespace Intervention\Image\Tests;
|
namespace Intervention\Image\Tests;
|
||||||
|
|
||||||
use Intervention\Image\Interfaces\ColorInterface;
|
use Intervention\Image\Interfaces\ColorInterface;
|
||||||
use PHPUnit\Framework\TestCase as PHPUnitTestCase;
|
|
||||||
use Mockery\Adapter\Phpunit\MockeryTestCase;
|
use Mockery\Adapter\Phpunit\MockeryTestCase;
|
||||||
|
|
||||||
abstract class TestCase extends MockeryTestCase
|
abstract class TestCase extends MockeryTestCase
|
||||||
|
Reference in New Issue
Block a user