aboutsummaryrefslogtreecommitdiffstats
path: root/tests/console
diff options
context:
space:
mode:
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()