X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fmedia%2FIPTCTest.php;h=4b3ba0755c792b18b7f83e48fc6e3ca71e40a526;hb=d099bb6f9578625bc79f613f65e78ca12b4bbb96;hp=826957ecb1ac8882b7a250af9a36f586148c9d84;hpb=47b93ded1388ce5712d0a816db4ddd3466609bcd;p=lhc%2Fweb%2Fwiklou.git 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 );