X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fstructure%2FResourcesTest.php;h=3282665b672e64ae35563698c3d65d5202957b91;hb=f7eed53ff8dff31836c12a8d491f1bbe78a4b367;hp=23afabdfd7dcc75cc142a91925c92cecbc502ac4;hpb=565bd5da9f5693fd7fdd2e63c5e1e10518d4720c;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/structure/ResourcesTest.php b/tests/phpunit/structure/ResourcesTest.php index 23afabdfd7..3282665b67 100644 --- a/tests/phpunit/structure/ResourcesTest.php +++ b/tests/phpunit/structure/ResourcesTest.php @@ -198,7 +198,14 @@ class ResourcesTest extends MediaWikiTestCase { $media, $file, // XXX: Wrapped in an object to keep it out of PHPUnit output - (object)array( 'cssText' => $readStyleFile->invoke( $module, $file, $flip, $data['context'] ) ), + (object)array( + 'cssText' => $readStyleFile->invoke( + $module, + $file, + $flip, + $data['context'] + ) + ), ); } } @@ -225,7 +232,6 @@ class ResourcesTest extends MediaWikiTestCase { 'lists' => array( 'scripts', 'debugScripts', - 'loaderScripts', 'styles', ),