mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-19 23:32:02 +02:00
Merge pull request #2631 from Nicofuma/ticket/12752
[ticket/12752] Cron list tests fail on windows with ansi support * Nicofuma/ticket/12752: [ticket/12752] Cron list tests fail on windows with ansi support
This commit is contained in:
commit
40d264654c
@ -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));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user