From 49beb2075b8a6831c6c394fb7b2ba081b860664d Mon Sep 17 00:00:00 2001 From: Etienne Baroux Date: Fri, 6 Jun 2014 10:29:58 +0200 Subject: [PATCH] [ticket/12602] Fix test mistake. PHPBB3-12602 --- tests/console/cron/cron_list_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()