Skip to content

Commit

Permalink
Removing a test that doesn't need to be implemented.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 15, 2010
1 parent 0492a18 commit 7f70c8a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cake/tests/cases/console/console_output.test.php
Expand Up @@ -200,12 +200,4 @@ function testFormattingMultipleSameTags() {
$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.');
}
}

0 comments on commit 7f70c8a

Please sign in to comment.