X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fmedia%2FBitmapMetadataHandlerTest.php;h=a70c00549793bb397774f6d4dc4d2aad9220890a;hb=bc6457b28d70641d366a554d8a82385b53a46fc9;hp=f8262352c56ea5e6053c60556e7352e93af0a28f;hpb=a4943f548be4cfc8f286f00fc8064ff0e377f2ba;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/media/BitmapMetadataHandlerTest.php b/tests/phpunit/includes/media/BitmapMetadataHandlerTest.php index f8262352c5..a70c005497 100644 --- a/tests/phpunit/includes/media/BitmapMetadataHandlerTest.php +++ b/tests/phpunit/includes/media/BitmapMetadataHandlerTest.php @@ -142,8 +142,6 @@ class BitmapMetadataHandlerTest extends MediaWikiTestCase { 'SerialNumber' => '123456789', '_MW_PNG_VERSION' => 1, ], - 'width' => 50, - 'height' => 50, ]; $this->assertEquals( $expected, $result ); }