Make lines short to pass phpcs in ResourcesTest.php
authorAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Wed, 30 Sep 2015 07:46:06 +0000 (10:46 +0300)
committerUmherirrender <umherirrender_de.wp@web.de>
Wed, 30 Sep 2015 15:40:39 +0000 (15:40 +0000)
Bug: T102614
Change-Id: I3c5df376dbfc6cbb114b59202ee9d68d4d850746

tests/phpunit/structure/ResourcesTest.php

index 23afabd..ae0d325 100644 (file)
@@ -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']
+                                                               )
+                                                       ),
                                                );
                                        }
                                }