Skip to content

Commit

Permalink
testChangeColorSpaceAndStripImage requires changing the colorspace
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Oct 19, 2021
1 parent 8cc365e commit b6d0674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/Image/AbstractImageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ public function testLayerOnMultiLayeredImage()
public function testChangeColorSpaceAndStripImage()
{
try {
$this->getDriverInfo()->requireFeature(Info::FEATURE_COLORPROFILES);
$this->getDriverInfo()->requireFeature([Info::FEATURE_COLORPROFILES, Info::FEATURE_COLORSPACECONVERSION]);
} catch (NotSupportedException $x) {
$this->markTestSkipped($x->getMessage());
}
Expand Down

0 comments on commit b6d0674

Please sign in to comment.