X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FTitleArrayFromResultTest.php;h=e4c7623c80d140b1dcc601586802f7cd4ddf83d8;hb=5957856c46c3c351b88b6f150ccd39afb5be2c5c;hp=534bd2c4e8c22654c140a58e1d84e8b4a292037d;hpb=ab1234a8314506febd8af4fa3f291f0f69b2ccc8;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/TitleArrayFromResultTest.php b/tests/phpunit/includes/TitleArrayFromResultTest.php index 534bd2c4e8..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() ); } @@ -113,5 +116,4 @@ class TitleArrayFromResultTest extends MediaWikiTestCase { //@todo unit test for key() //@todo unit test for next() //@todo unit test for rewind() - -} \ No newline at end of file +}