X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FTitleArrayFromResultTest.php;h=aad435e77713762904150ad96f25ce2e37db0d0c;hb=2eaaf817ebfbc6f2c9f27546ca6cd319d3518b41;hp=6654a5b6dfc797a8329908ca19ab4e30509a9b7b;hpb=4f21e6be661f7305abc223bb31600970a3fb5326;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/TitleArrayFromResultTest.php b/tests/phpunit/includes/TitleArrayFromResultTest.php index 6654a5b6df..aad435e777 100644 --- a/tests/phpunit/includes/TitleArrayFromResultTest.php +++ b/tests/phpunit/includes/TitleArrayFromResultTest.php @@ -113,7 +113,7 @@ class TitleArrayFromResultTest extends PHPUnit_Framework_TestCase { $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() }