mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/12602] Fix test mistake.
PHPBB3-12602
This commit is contained in:
parent
8f0a04f318
commit
49beb2075b
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class phpbb_console_command_cron_list_test extends phpbb_test_case
|
||||||
public function test_no_task()
|
public function test_no_task()
|
||||||
{
|
{
|
||||||
$this->initiate_test(0, 0);
|
$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()
|
public function test_only_ready()
|
||||||
|
|
Loading…
Add table
Reference in a new issue