diff options
author | Etienne Baroux <barouxe@phelma.grenoble-inp.fr> | 2014-06-06 10:29:58 +0200 |
---|---|---|
committer | Etienne Baroux <barouxe@phelma.grenoble-inp.fr> | 2014-06-06 10:29:58 +0200 |
commit | 49beb2075b8a6831c6c394fb7b2ba081b860664d (patch) | |
tree | a76b3c367e2047fe85a7aea4aedc29b2e8356bc8 /tests/console | |
parent | 8f0a04f318a5cf11595eae9f52118bfef7f3d98c (diff) | |
download | forums-49beb2075b8a6831c6c394fb7b2ba081b860664d.tar forums-49beb2075b8a6831c6c394fb7b2ba081b860664d.tar.gz forums-49beb2075b8a6831c6c394fb7b2ba081b860664d.tar.bz2 forums-49beb2075b8a6831c6c394fb7b2ba081b860664d.tar.xz forums-49beb2075b8a6831c6c394fb7b2ba081b860664d.zip |
[ticket/12602] Fix test mistake.
PHPBB3-12602
Diffstat (limited to 'tests/console')
-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 ad74f17875..ea54c17738 100644 --- a/tests/console/cron/cron_list_test.php +++ b/tests/console/cron/cron_list_test.php @@ -39,7 +39,7 @@ class phpbb_console_command_cron_list_test extends phpbb_test_case public function test_no_task() { $this->initiate_test(0, 0); - $this->assertContains('NO_TASK', $this->command_tester->getDisplay()); + $this->assertContains('CRON_NO_RUNNABLE_TASK', $this->command_tester->getDisplay()); } public function test_only_ready() |