X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fmedia%2FIPTCTest.php;h=4b3ba0755c792b18b7f83e48fc6e3ca71e40a526;hp=826957ecb1ac8882b7a250af9a36f586148c9d84;hb=aec80a1fb774715e43430ab583c190b79e468fce;hpb=f3a0ca741a85cc0f7e459575c10e0dee0980191d diff --git a/tests/phpunit/includes/media/IPTCTest.php b/tests/phpunit/includes/media/IPTCTest.php index 826957ecb1..4b3ba0755c 100644 --- a/tests/phpunit/includes/media/IPTCTest.php +++ b/tests/phpunit/includes/media/IPTCTest.php @@ -44,13 +44,6 @@ class IPTCTest extends MediaWikiTestCase { * @covers IPTC::parse */ public function testIPTCParseForcedUTFButInvalid() { - if ( version_compare( PHP_VERSION, '5.5.26', '<' ) - || ( version_compare( PHP_VERSION, '5.6.0', '>' ) - && version_compare( PHP_VERSION, '5.6.10', '<' ) - ) - ) { - $this->markTestSkipped( 'Test fails on pre-PHP 5.5.25. See T124574/T39665 for details.' ); - } $iptcData = "Photoshop 3.0\08BIM\4\4\0\0\0\0\0\x11\x1c\x02\x19\x00\x04\xC3\xC3\xC3\xB8" . "\x1c\x01\x5A\x00\x03\x1B\x25\x47"; $res = IPTC::parse( $iptcData );