mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Removing a test that doesn't need to be implemented.
This commit is contained in:
parent
0492a188ed
commit
7f70c8a95d
1 changed files with 0 additions and 8 deletions
|
@ -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.');
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue