http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90013

Revision: 90013
Author:   demon
Date:     2011-06-13 21:55:22 +0000 (Mon, 13 Jun 2011)
Log Message:
-----------
Rm some more completely incomplete tests. If you're not going to add the test, 
don't add to suite execution time by adding empty tests like this

Modified Paths:
--------------
    trunk/phase3/tests/phpunit/includes/FormOptionsTest.php

Modified: trunk/phase3/tests/phpunit/includes/FormOptionsTest.php
===================================================================
--- trunk/phase3/tests/phpunit/includes/FormOptionsTest.php     2011-06-13 
21:49:20 UTC (rev 90012)
+++ trunk/phase3/tests/phpunit/includes/FormOptionsTest.php     2011-06-13 
21:55:22 UTC (rev 90013)
@@ -97,154 +97,4 @@
        public function testGuessTypeOnNullThrowException() {
                $this->object->guessType( null ); 
        }
-
-       /**
-        * @todo Implement testValidateName().
-        */
-       public function testValidateName() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
-
-       /**
-        * @todo Implement testSetValue().
-        */
-       public function testSetValue() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
-
-       /**
-        * @todo Implement testGetValue().
-        */
-       public function testGetValue() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
-
-       /**
-        * @todo Implement testReset().
-        */
-       public function testReset() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
-
-       /**
-        * @todo Implement testConsumeValue().
-        */
-       public function testConsumeValue() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
-
-       /**
-        * @todo Implement testConsumeValues().
-        */
-       public function testConsumeValues() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
-
-       /**
-        * @todo Implement testValidateIntBounds().
-        */
-       public function testValidateIntBounds() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
-
-       /**
-        * @todo Implement testGetUnconsumedValues().
-        */
-       public function testGetUnconsumedValues() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
-
-       /**
-        * @todo Implement testGetChangedValues().
-        */
-       public function testGetChangedValues() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
-
-       /**
-        * @todo Implement testGetAllValues().
-        */
-       public function testGetAllValues() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
-
-       /**
-        * @todo Implement testFetchValuesFromRequest().
-        */
-       public function testFetchValuesFromRequest() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
-
-       /**
-        * @todo Implement testOffsetExists().
-        */
-       public function testOffsetExists() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
-
-       /**
-        * @todo Implement testOffsetGet().
-        */
-       public function testOffsetGet() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
-
-       /**
-        * @todo Implement testOffsetSet().
-        */
-       public function testOffsetSet() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
-
-       /**
-        * @todo Implement testOffsetUnset().
-        */
-       public function testOffsetUnset() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
 }


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to