Force console output tests to output as color

This commit is contained in:
Jeremy Harris 2010-11-07 15:41:40 -08:00
parent af303f01c7
commit cad6fc7a17

View file

@ -30,6 +30,7 @@ class ConsoleOutputTest extends CakeTestCase {
function setUp() {
parent::setUp();
$this->output = $this->getMock('ConsoleOutput', array('_write'));
$this->output->outputAs(ConsoleOutput::COLOR);
}
/**