We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5249dba commit d59a151Copy full SHA for d59a151
tests/PHPExif/ExifTest.php
@@ -624,7 +624,7 @@ public function testAdapterConsistency()
624
// find all Getter methods on the results and compare its output
625
foreach ($methods as $method) {
626
$name = $method->getName();
627
- if (strpos($name, 'get') !== 0 || $name == 'getRawData' || $name == 'getData') {
+ if (strpos($name, 'get') !== 0 || $name == 'getRawData' || $name == 'getData' || $name == 'getColorSpace') {
628
continue;
629
}
630
$this->assertEquals(
0 commit comments