Merge "ResourceLoader: Test that all module dependencies are satisfiable"
[lhc/web/wiklou.git] / tests / phpunit / structure / ResourcesTest.php
index fbf70e2..bcd57a0 100644 (file)
@@ -164,7 +164,7 @@ 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 ) ),
+                                                       (object)array( 'cssText' => $readStyleFile->invoke( $module, $file, $flip ) ),
                                                );
                                        }
                                }