Merge "Cleanup a bunch of tests and add todos"
[lhc/web/wiklou.git] / tests / phpunit / includes / TitleTest.php
index 1305724..ba3c6c0 100644 (file)
@@ -213,6 +213,7 @@ class TitleTest extends MediaWikiTestCase {
        /**
         * @dataProvider provideBug31100
         * @covers Title::fixSpecialName
+        * @todo give this test a real name explaining what is being tested here
         */
        public function testBug31100FixSpecialName( $text, $expectedParam ) {
                $title = Title::newFromText( $text );