X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fmedia%2FGIFMetadataExtractorTest.php;h=278b441bbd564953fbb69095484e147a0315addf;hb=84662b72f073f2df3aa8e8e209da0bc568b91716;hp=d3174fe35bfd0473cd3c3d5d1c0200b6349014f3;hpb=c7a997a3789035d66995eff716b80aec783f9acd;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/media/GIFMetadataExtractorTest.php b/tests/phpunit/includes/media/GIFMetadataExtractorTest.php index d3174fe35b..278b441bbd 100644 --- a/tests/phpunit/includes/media/GIFMetadataExtractorTest.php +++ b/tests/phpunit/includes/media/GIFMetadataExtractorTest.php @@ -24,7 +24,6 @@ class GIFMetadataExtractorTest extends MediaWikiTestCase { } public static function provideGetMetadata() { - $xmpNugget = << @@ -83,8 +82,6 @@ EOF; 'frameCount' => 1, 'looped' => false, 'xmp' => '', - 'width' => 45, - 'height' => 30, ] ], [ @@ -95,8 +92,6 @@ EOF; 'frameCount' => 4, 'looped' => true, 'xmp' => '', - 'width' => 45, - 'height' => 30, ] ], @@ -108,8 +103,6 @@ EOF; 'frameCount' => 4, 'looped' => true, 'comment' => [ 'GIƒ·test·file' ], - 'width' => 45, - 'height' => 30, ] ], ];