From 9f5c3c1520a8822c84b21054dc28c204d2278cd2 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Wed, 30 Sep 2015 10:46:06 +0300 Subject: [PATCH] Make lines short to pass phpcs in ResourcesTest.php Bug: T102614 Change-Id: I3c5df376dbfc6cbb114b59202ee9d68d4d850746 --- tests/phpunit/structure/ResourcesTest.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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'] + ) + ), ); } } -- 2.20.1