X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FUserArrayFromResultTest.php;h=ea44f360f5827e559bc1d9e86b9aca28ff5d327d;hb=13e33c28983461d5b8bdc1dece0cd0a35347a261;hp=adc330d21febc521a0c7a7ca0d67c8563475c0b8;hpb=996771f7202fb412bfef3799df78f2f9abe4f5d8;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/UserArrayFromResultTest.php b/tests/phpunit/includes/UserArrayFromResultTest.php index adc330d21f..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() ); } @@ -108,5 +111,4 @@ class UserArrayFromResultTest extends MediaWikiTestCase { //@todo unit test for key() //@todo unit test for next() //@todo unit test for rewind() - -} \ No newline at end of file +}