From 1857ab94cd3ee922efec5a060309bac1e12956b8 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Sat, 26 Sep 2015 14:19:17 +0300 Subject: [PATCH] MaintenanceTest.php: Make lines shorter to make phpcs happier Change-Id: I76c23b1acdd50dc8dd423ef651a2fd1d7e5acba3 --- tests/phpunit/maintenance/MaintenanceTest.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/phpunit/maintenance/MaintenanceTest.php b/tests/phpunit/maintenance/MaintenanceTest.php index e2fc82474e..454e9c15e6 100644 --- a/tests/phpunit/maintenance/MaintenanceTest.php +++ b/tests/phpunit/maintenance/MaintenanceTest.php @@ -816,7 +816,10 @@ class MaintenanceTest extends MediaWikiTestCase { */ public function testGetConfig() { $this->assertInstanceOf( 'Config', $this->m->getConfig() ); - $this->assertSame( ConfigFactory::getDefaultInstance()->makeConfig( 'main' ), $this->m->getConfig() ); + $this->assertSame( + ConfigFactory::getDefaultInstance()->makeConfig( 'main' ), + $this->m->getConfig() + ); } /** -- 2.20.1