[ticket/12602] Fix test mistake.

PHPBB3-12602
This commit is contained in:
Etienne Baroux 2014-06-06 10:29:58 +02:00
parent 8f0a04f318
commit 49beb2075b

View file

@ -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()