1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-03 15:27:42 +02:00

[ticket/16549] Merge branch ticket/16549 into ticket/16549-master

PHPBB3-16549
This commit is contained in:
rxu
2020-11-15 22:16:39 +07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ require_once dirname(__FILE__) . '/tasks/simple_should_not_run.php';
class phpbb_cron_manager_test extends \phpbb_test_case class phpbb_cron_manager_test extends \phpbb_test_case
{ {
protected $manager; protected $manager;
protected $tast_name; protected $task_name;
protected function setUp(): void protected function setUp(): void
{ {