mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue