Drop suite full of incomplete tests. Tired of it cluttering my runs
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 13 Jun 2011 21:49:20 +0000 (21:49 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 13 Jun 2011 21:49:20 +0000 (21:49 +0000)
tests/phpunit/includes/MediaWikiTest.php [deleted file]

diff --git a/tests/phpunit/includes/MediaWikiTest.php b/tests/phpunit/includes/MediaWikiTest.php
deleted file mode 100644 (file)
index db74cb9..0000000
+++ /dev/null
@@ -1,140 +0,0 @@
-<?php
-/**
- * Test class for MediaWiki.
- * Generated by PHPUnit on 2011-02-06 at 11:41:23.
- */
-class MediaWikiTest extends MediaWikiTestCase {
-       /**
-        * @var MediaWiki
-        */
-       protected $object;
-
-       protected function setUp() {
-               $context = new RequestContext;
-               $this->object = new MediaWiki( $context );
-       }
-
-       protected function tearDown() {
-               $this->object = NULL;
-       }
-
-       /**
-        * @todo Implement testPerformRequestForTitle().
-        */
-       public function testPerformRequestForTitle() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
-
-       /**
-        * @todo Implement testCheckMaxLag().
-        */
-       public function testCheckMaxLag() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
-
-       /**
-        * @todo Implement testCheckInitialQueries().
-        */
-       public function testCheckInitialQueries() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
-
-       /**
-        * @todo Implement testPreliminaryChecks().
-        */
-       public function testPreliminaryChecks() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
-
-       /**
-        * @todo Implement testHandleSpecialCases().
-        */
-       public function testHandleSpecialCases() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
-
-       /**
-        * @todo Implement testArticleFromTitle().
-        */
-       public function testArticleFromTitle() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
-
-       /**
-        * @todo Implement testGetAction().
-        */
-       public function testGetAction() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
-
-       /**
-        * @todo Implement testInitializeArticle().
-        */
-       public function testInitializeArticle() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
-
-       /**
-        * @todo Implement testFinalCleanup().
-        */
-       public function testFinalCleanup() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
-
-       /**
-        * @todo Implement testDoJobs().
-        */
-       public function testDoJobs() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
-
-       /**
-        * @todo Implement testRestInPeace().
-        */
-       public function testRestInPeace() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
-
-       /**
-        * @todo Implement testPerformAction().
-        */
-       public function testPerformAction() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
-}