diff --git a/tests/Unit/Drivers/Imagick/DriverTest.php b/tests/Unit/Drivers/Imagick/DriverTest.php index fbb6955c..7f0be3b2 100644 --- a/tests/Unit/Drivers/Imagick/DriverTest.php +++ b/tests/Unit/Drivers/Imagick/DriverTest.php @@ -10,7 +10,6 @@ use Intervention\Image\Decoders\FilePathImageDecoder as GenericFilePathImageDeco use Intervention\Image\Encoders\PngEncoder as GenericPngEncoder; use Intervention\Image\Modifiers\ResizeModifier as GenericResizeModifier; use Intervention\Image\Colors\Rgb\Colorspace; -use Intervention\Image\Colors\Rgb\Decoders\HexColorDecoder; use Intervention\Image\Drivers\Imagick\Analyzers\WidthAnalyzer; use Intervention\Image\Drivers\Imagick\Decoders\FilePathImageDecoder; use Intervention\Image\Drivers\Imagick\Driver; @@ -21,7 +20,6 @@ use Intervention\Image\Exceptions\NotSupportedException; use Intervention\Image\FileExtension; use Intervention\Image\Format; use Intervention\Image\Interfaces\AnalyzerInterface; -use Intervention\Image\Interfaces\ColorInterface; use Intervention\Image\Interfaces\ColorProcessorInterface; use Intervention\Image\Interfaces\DriverInterface; use Intervention\Image\Interfaces\ImageInterface; @@ -120,7 +118,6 @@ final class DriverTest extends BaseTestCase $this->driver->handleImageInput($input, $decoders); } - public function testColorProcessor(): void { $result = $this->driver->colorProcessor(new Colorspace());