Removing a test that doesn't need to be implemented.

This commit is contained in:
mark_story 2010-10-14 23:21:14 -04:00
parent 0492a188ed
commit 7f70c8a95d

View file

@ -200,12 +200,4 @@ class ConsoleOutputTest extends CakeTestCase {
$this->output->write('<error>Bad</error> <error>Warning</error> Regular', false);
}
/**
* test wrapping blocks at certain widths.
*
* @return void
*/
function testFormatBlock() {
$this->markTestIncomplete('This test needs to be written.');
}
}