[ticket/12752] Cron list tests fail on windows with ansi support

PHPBB3-12752
This commit is contained in:
Tristan Darricau 2014-06-20 19:12:58 +02:00
parent 70d4ede9b2
commit 0404d3b910

View file

@ -98,6 +98,6 @@ class phpbb_console_command_cron_list_test extends phpbb_test_case
$this->get_cron_manager($tasks);
$this->command_tester = $this->get_command_tester();
$this->command_tester->execute(array('command' => $this->command_name, '--no-ansi' => true));
$this->command_tester->execute(array('command' => $this->command_name), array('decorated' => false));
}
}