From: Chad Horohoe Date: Wed, 15 Jun 2011 23:17:11 +0000 (+0000) Subject: Another empty "Has not been implemented" test X-Git-Tag: 1.31.0-rc.0~29505 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=739cecd548e8582af702897c910ff276802b5470;p=lhc%2Fweb%2Fwiklou.git Another empty "Has not been implemented" test --- diff --git a/tests/phpunit/includes/FormOptionsTest.php b/tests/phpunit/includes/FormOptionsTest.php index d14f6b0f4c..86618d930c 100644 --- a/tests/phpunit/includes/FormOptionsTest.php +++ b/tests/phpunit/includes/FormOptionsTest.php @@ -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 ) {