Merge "Cleanup a bunch of tests and add todos"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 17 Mar 2014 09:34:02 +0000 (09:34 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 17 Mar 2014 09:34:02 +0000 (09:34 +0000)
1  2 
tests/phpunit/includes/TitleTest.php

@@@ -41,7 -41,7 +41,7 @@@ class TitleTest extends MediaWikiTestCa
         */
        public function testSecureAndSplit() {
                $this->setMwGlobals( array(
 -                      'wgLocalInterwiki' => 'localtestiw',
 +                      'wgLocalInterwikis' => array( 'localtestiw' ),
                        'wgHooks' => array(
                                'InterwikiLoadPrefix' => array(
                                        function ( $prefix, &$data ) {
        /**
         * @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 );