mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12602] Fix test mistake.
PHPBB3-12602
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user