X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FTitleArrayFromResultTest.php;h=e4c7623c80d140b1dcc601586802f7cd4ddf83d8;hb=5957856c46c3c351b88b6f150ccd39afb5be2c5c;hp=832316ee1840c12f6aac69e9eac50506ac896b02;hpb=feeac7bdfc9c629e40e5de0b1825daa2bd634a55;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/TitleArrayFromResultTest.php b/tests/phpunit/includes/TitleArrayFromResultTest.php index 832316ee18..e4c7623c80 100644 --- a/tests/phpunit/includes/TitleArrayFromResultTest.php +++ b/tests/phpunit/includes/TitleArrayFromResultTest.php @@ -77,7 +77,10 @@ class TitleArrayFromResultTest extends MediaWikiTestCase { * @covers TitleArrayFromResult::count */ public function testCountWithVaryingValues( $numRows ) { - $object = $this->getTitleArrayFromResult( $this->getMockResultWrapper( $this->getRowWithTitle(), $numRows ) ); + $object = $this->getTitleArrayFromResult( $this->getMockResultWrapper( + $this->getRowWithTitle(), + $numRows + ) ); $this->assertEquals( $numRows, $object->count() ); }