From 739cecd548e8582af702897c910ff276802b5470 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 15 Jun 2011 23:17:11 +0000 Subject: [PATCH] Another empty "Has not been implemented" test --- tests/phpunit/includes/FormOptionsTest.php | 10 ---------- 1 file changed, 10 deletions(-) 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 ) { -- 2.20.1