Another empty "Has not been implemented" test
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 15 Jun 2011 23:17:11 +0000 (23:17 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 15 Jun 2011 23:17:11 +0000 (23:17 +0000)
tests/phpunit/includes/FormOptionsTest.php

index d14f6b0..86618d9 100644 (file)
@@ -36,16 +36,6 @@ class FormOptionsTest extends MediaWikiTestCase {
                $this->object->add( 'intnull',  0, FormOptions::INTNULL );
        }
 
-       /**
-        * @todo Implement testDelete().
-        */
-       public function testDelete() {
-               // Remove the following lines when you implement this test.
-               $this->markTestIncomplete(
-                 'This test has not been implemented yet.'
-               );
-       }
-
        /** Helpers for testGuessType() */
        /* @{ */
        private function assertGuessBoolean( $data ) {