From 5c506d8d1605e85b6b03c0506774f8f21cc573bd Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Tue, 19 Oct 2021 08:26:39 +0200 Subject: [PATCH] testChangeColorSpaceAndStripImage requires changing the colorspace --- tests/tests/Image/AbstractImageTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests/Image/AbstractImageTest.php b/tests/tests/Image/AbstractImageTest.php index 76fe5c27..ff794222 100644 --- a/tests/tests/Image/AbstractImageTest.php +++ b/tests/tests/Image/AbstractImageTest.php @@ -727,7 +727,7 @@ public function testLayerOnMultiLayeredImage() public function testChangeColorSpaceAndStripImage() { try { - $this->getDriverInfo()->requireFeature(Info::FEATURE_COLORPROFILES); + $this->getDriverInfo()->requireFeature(array(Info::FEATURE_COLORPROFILES, Info::FEATURE_COLORSPACECONVERSION)); } catch (NotSupportedException $x) { $this->markTestSkipped($x->getMessage()); }