aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-06-20 19:12:58 +0200
committerTristan Darricau <github@nicofuma.fr>2014-06-20 19:12:58 +0200
commit0404d3b910cc4c29da1d6457f8dd10fe5dd382b6 (patch)
tree652419e959ec3cd3adda94a58ee69f8a43e819de
parent70d4ede9b204ba9d2c3e1ae14258cd8c879db403 (diff)
downloadforums-0404d3b910cc4c29da1d6457f8dd10fe5dd382b6.tar
forums-0404d3b910cc4c29da1d6457f8dd10fe5dd382b6.tar.gz
forums-0404d3b910cc4c29da1d6457f8dd10fe5dd382b6.tar.bz2
forums-0404d3b910cc4c29da1d6457f8dd10fe5dd382b6.tar.xz
forums-0404d3b910cc4c29da1d6457f8dd10fe5dd382b6.zip
[ticket/12752] Cron list tests fail on windows with ansi support
PHPBB3-12752
-rw-r--r--tests/console/cron/cron_list_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/console/cron/cron_list_test.php b/tests/console/cron/cron_list_test.php
index 46705a585f..f04c14e847 100644
--- a/tests/console/cron/cron_list_test.php
+++ b/tests/console/cron/cron_list_test.php
@@ -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));
}
}