Commit a list of unimplemented tests.
authorPlatonides <platonides@users.mediawiki.org>
Wed, 20 Jul 2011 15:38:13 +0000 (15:38 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Wed, 20 Jul 2011 15:38:13 +0000 (15:38 +0000)
tests/phpunit/includes/MWNamespaceTest.php

index 7da1864..32d83fd 100644 (file)
@@ -141,53 +141,58 @@ class MWNamespaceTest extends MediaWikiTestCase {
        /**
         * @todo Implement testExists().
         */
+/*
        public function testExists() {
                // Remove the following lines when you implement this test.
                $this->markTestIncomplete(
                  'This test has not been implemented yet. Rely on $wgCanonicalNamespaces.'
                );
        }
-
+*/
        /**
         * @todo Implement testGetCanonicalNamespaces().
         */
+/*
        public function testGetCanonicalNamespaces() {
                // Remove the following lines when you implement this test.
                $this->markTestIncomplete(
                  'This test has not been implemented yet. Rely on $wgCanonicalNamespaces.'
                );
        }
-
+*/
        /**
         * @todo Implement testGetCanonicalName().
         */
+/*
        public function testGetCanonicalName() {
                // Remove the following lines when you implement this test.
                $this->markTestIncomplete(
                  'This test has not been implemented yet. Rely on $wgCanonicalNamespaces.'
                );
        }
-
+*/
        /**
         * @todo Implement testGetCanonicalIndex().
         */
+/*
        public function testGetCanonicalIndex() {
                // Remove the following lines when you implement this test.
                $this->markTestIncomplete(
                  'This test has not been implemented yet. Rely on $wgCanonicalNamespaces.'
                );
        }
-
+*/
        /**
         * @todo Implement testGetValidNamespaces().
         */
+/*
        public function testGetValidNamespaces() {
                // Remove the following lines when you implement this test.
                $this->markTestIncomplete(
                  'This test has not been implemented yet. Rely on $wgCanonicalNamespaces.'
                );
        }
-
+*/
        /**
         */
        public function testCanTalk() {