mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 18:11:47 +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:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user