From: Amir E. Aharoni Date: Wed, 30 Sep 2015 07:46:06 +0000 (+0300) Subject: Make lines short to pass phpcs in ResourcesTest.php X-Git-Tag: 1.31.0-rc.0~9638 X-Git-Url: http://git.cyclocoop.org/%27%2C%20%20%20quote_amp%28%24url%29%2C%20%20%20%27?a=commitdiff_plain;h=9f5c3c1520a8822c84b21054dc28c204d2278cd2;p=lhc%2Fweb%2Fwiklou.git Make lines short to pass phpcs in ResourcesTest.php Bug: T102614 Change-Id: I3c5df376dbfc6cbb114b59202ee9d68d4d850746 --- diff --git a/tests/phpunit/structure/ResourcesTest.php b/tests/phpunit/structure/ResourcesTest.php index 23afabdfd7..ae0d325948 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'] + ) + ), ); } }