X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FUserArrayFromResultTest.php;h=ea44f360f5827e559bc1d9e86b9aca28ff5d327d;hb=13e33c28983461d5b8bdc1dece0cd0a35347a261;hp=8d095d63c0b2a514ce2eb0896f95920229707827;hpb=83a1cf573f7439e45d292a072472ac49212c9ffb;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/UserArrayFromResultTest.php b/tests/phpunit/includes/UserArrayFromResultTest.php index 8d095d63c0..ea44f360f5 100644 --- a/tests/phpunit/includes/UserArrayFromResultTest.php +++ b/tests/phpunit/includes/UserArrayFromResultTest.php @@ -74,7 +74,10 @@ class UserArrayFromResultTest extends MediaWikiTestCase { * @covers UserArrayFromResult::count */ public function testCountWithVaryingValues( $numRows ) { - $object = $this->getUserArrayFromResult( $this->getMockResultWrapper( $this->getRowWithUsername(), $numRows ) ); + $object = $this->getUserArrayFromResult( $this->getMockResultWrapper( + $this->getRowWithUsername(), + $numRows + ) ); $this->assertEquals( $numRows, $object->count() ); }