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