mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-02 01:22:37 +00:00
Force console output tests to output as color
This commit is contained in:
parent
af303f01c7
commit
cad6fc7a17
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ class ConsoleOutputTest extends CakeTestCase {
|
|||
function setUp() {
|
||||
parent::setUp();
|
||||
$this->output = $this->getMock('ConsoleOutput', array('_write'));
|
||||
$this->output->outputAs(ConsoleOutput::COLOR);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue