ResourceLoaderImage: Allow shorthand syntax
authorBartosz Dziewoński <matma.rex@gmail.com>
Thu, 2 Apr 2015 17:54:07 +0000 (19:54 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Thu, 2 Apr 2015 19:27:06 +0000 (21:27 +0200)
commita3e6df16903a35590a98b3f071a16f9da75d00e4
treefae0ab8ef70574eb0c9d603dd5e4d07bf517158f
parent0154e46c06318b06971c06b20b61b9fc36c43c8e
ResourceLoaderImage: Allow shorthand syntax

array( "en,de,fr" => "foo.svg" ) now means the same as
array( "en" => "foo.svg", "de" => "foo.svg", "fr" => "foo.svg" ).

Bug: T76539
Change-Id: I0bf82e06be3c5f94b6ac88bbc0437b5229ceb284
includes/resourceloader/ResourceLoaderImage.php
tests/phpunit/includes/resourceloader/ResourceLoaderImageModuleTest.php
tests/phpunit/includes/resourceloader/ResourceLoaderImageTest.php