From: Amir E. Aharoni Date: Sat, 26 Sep 2015 11:19:17 +0000 (+0300) Subject: MaintenanceTest.php: Make lines shorter to make phpcs happier X-Git-Tag: 1.31.0-rc.0~9814 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=1857ab94cd3ee922efec5a060309bac1e12956b8;p=lhc%2Fweb%2Fwiklou.git MaintenanceTest.php: Make lines shorter to make phpcs happier Change-Id: I76c23b1acdd50dc8dd423ef651a2fd1d7e5acba3 --- 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() + ); } /**