r90185 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90184‎ | r90185 | r90186 >
Date:23:17, 15 June 2011
Author:demon
Status:ok
Tags:
Comment:
Another empty "Has not been implemented" test
Modified paths:
  • /trunk/phase3/tests/phpunit/includes/FormOptionsTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/includes/FormOptionsTest.php
@@ -36,16 +36,6 @@
3737 $this->object->add( 'intnull', 0, FormOptions::INTNULL );
3838 }
3939
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 -
5040 /** Helpers for testGuessType() */
5141 /* @{ */
5242 private function assertGuessBoolean( $data ) {

Status & tagging log