Store original media dimensions as additional header
[lhc/web/wiklou.git] / tests / phpunit / includes / media / BitmapMetadataHandlerTest.php
index a70c005..f826235 100644 (file)
@@ -142,6 +142,8 @@ class BitmapMetadataHandlerTest extends MediaWikiTestCase {
                                'SerialNumber' => '123456789',
                                '_MW_PNG_VERSION' => 1,
                        ],
+                       'width' => 50,
+                       'height' => 50,
                ];
                $this->assertEquals( $expected, $result );
        }