aboutsummaryrefslogtreecommitdiffstats
path: root/tests/console
diff options
context:
space:
mode:
authorEtienne Baroux <barouxe@phelma.grenoble-inp.fr>2014-06-06 10:29:58 +0200
committerEtienne Baroux <barouxe@phelma.grenoble-inp.fr>2014-06-06 10:29:58 +0200
commit49beb2075b8a6831c6c394fb7b2ba081b860664d (patch)
treea76b3c367e2047fe85a7aea4aedc29b2e8356bc8 /tests/console
parent8f0a04f318a5cf11595eae9f52118bfef7f3d98c (diff)
downloadforums-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.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 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()