aboutsummaryrefslogtreecommitdiffstats
path: root/tests/console
diff options
context:
space:
mode:
authorEtienne Baroux <barouxe@phelma.grenoble-inp.fr>2014-06-06 14:55:37 +0200
committerEtienne Baroux <barouxe@phelma.grenoble-inp.fr>2014-06-06 14:55:37 +0200
commit347de7f060095cc43c2a5b5575924997ac8d3dbf (patch)
tree4526d7d594b48c8c534504f7b8ae421351cac8be /tests/console
parent49beb2075b8a6831c6c394fb7b2ba081b860664d (diff)
downloadforums-347de7f060095cc43c2a5b5575924997ac8d3dbf.tar
forums-347de7f060095cc43c2a5b5575924997ac8d3dbf.tar.gz
forums-347de7f060095cc43c2a5b5575924997ac8d3dbf.tar.bz2
forums-347de7f060095cc43c2a5b5575924997ac8d3dbf.tar.xz
forums-347de7f060095cc43c2a5b5575924997ac8d3dbf.zip
[ticket/12602] Rectify language keys.
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 ea54c17738..46705a585f 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('CRON_NO_RUNNABLE_TASK', $this->command_tester->getDisplay());
+ $this->assertContains('CRON_NO_TASKS', $this->command_tester->getDisplay());
}
public function test_only_ready()