diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-06-21 00:41:40 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-06-21 00:41:40 +0200 |
| commit | e21b012bd16f1aeebc2c17a67e5f46f359b6c8d4 (patch) | |
| tree | d275574ff092cca1bb392c4276dcf5a4afa2db97 | |
| parent | 9ac237a899fe06824309a43914f978ab9eae5db0 (diff) | |
| parent | 40d264654cead5a7ddceda1c58ff7140db3d041d (diff) | |
| download | forums-e21b012bd16f1aeebc2c17a67e5f46f359b6c8d4.tar forums-e21b012bd16f1aeebc2c17a67e5f46f359b6c8d4.tar.gz forums-e21b012bd16f1aeebc2c17a67e5f46f359b6c8d4.tar.bz2 forums-e21b012bd16f1aeebc2c17a67e5f46f359b6c8d4.tar.xz forums-e21b012bd16f1aeebc2c17a67e5f46f359b6c8d4.zip | |
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus:
[ticket/12752] Cron list tests fail on windows with ansi support
| -rw-r--r-- | tests/console/cron/cron_list_test.php | 2 |
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)); } } |
