X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fmedia%2FExifBitmapTest.php;h=1109c478c2007c7d0726e2f13347dcb8af058dec;hb=27fad304dff43703c40ec93970aaa8760677491b;hp=dd223218d59036b8cc1def108860df3ce16e7a8b;hpb=6bd014ce79438ee697f6d834e9d5b5a522002b6a;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/media/ExifBitmapTest.php b/tests/phpunit/includes/media/ExifBitmapTest.php index dd223218d5..1109c478c2 100644 --- a/tests/phpunit/includes/media/ExifBitmapTest.php +++ b/tests/phpunit/includes/media/ExifBitmapTest.php @@ -50,9 +50,9 @@ class ExifBitmapTest extends MediaWikiTestCase { function testConvertMetadataLatest() { $metadata = array( - 'foo' => array( 'First', 'Second', '_type' => 'ol' ), - 'MEDIAWIKI_EXIF_VERSION' => 2 - ); + 'foo' => array( 'First', 'Second', '_type' => 'ol' ), + 'MEDIAWIKI_EXIF_VERSION' => 2 + ); $res = $this->handler->convertMetadataVersion( $metadata, 2 ); $this->assertEquals( $metadata, $res ); } @@ -78,7 +78,7 @@ class ExifBitmapTest extends MediaWikiTestCase { function testConvertMetadataSoftware() { $metadata = array( - 'Software' => array( array('GIMP', '1.1' ) ), + 'Software' => array( array( 'GIMP', '1.1' ) ), 'MEDIAWIKI_EXIF_VERSION' => 2, ); $expected = array(