1
0
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:
Joas Schilling 2014-06-21 00:40:55 +02:00
commit 40d264654c

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));
}
}