Index: trunk/phase3/tests/phpunit/includes/FormOptionsTest.php |
— | — | @@ -36,16 +36,6 @@ |
37 | 37 | $this->object->add( 'intnull', 0, FormOptions::INTNULL ); |
38 | 38 | } |
39 | 39 | |
40 | | - /** |
41 | | - * @todo Implement testDelete(). |
42 | | - */ |
43 | | - public function testDelete() { |
44 | | - // Remove the following lines when you implement this test. |
45 | | - $this->markTestIncomplete( |
46 | | - 'This test has not been implemented yet.' |
47 | | - ); |
48 | | - } |
49 | | - |
50 | 40 | /** Helpers for testGuessType() */ |
51 | 41 | /* @{ */ |
52 | 42 | private function assertGuessBoolean( $data ) { |