X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FUserArrayFromResultTest.php;h=469ad2967107240cd707397fc11a2ae2d4641ec6;hb=36171312ef0e1b9acdea876f300dca8f3ad9982e;hp=62989faad073472013e4994be3bf7cf2be855c64;hpb=7319c450f3a3f560ed73feab60bd3323b1e02f46;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/UserArrayFromResultTest.php b/tests/phpunit/includes/UserArrayFromResultTest.php index 62989faad0..469ad29671 100644 --- a/tests/phpunit/includes/UserArrayFromResultTest.php +++ b/tests/phpunit/includes/UserArrayFromResultTest.php @@ -108,7 +108,7 @@ class UserArrayFromResultTest extends MediaWikiTestCase { $this->assertEquals( $expected, $object->valid() ); } - //@todo unit test for key() - //@todo unit test for next() - //@todo unit test for rewind() + // @todo unit test for key() + // @todo unit test for next() + // @todo unit test for rewind() }