1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-14 12:52:08 +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
commit 4588f5f2b3
No known key found for this signature in database
GPG Key ID: 955F0567380E586A
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
{
protected $manager;
protected $tast_name;
protected $task_name;
protected function setUp(): void
{

View File

@ -15,7 +15,7 @@ class phpbb_version_helper_test extends phpbb_test_case
{
protected $cache;
protected $version_helper;
protected function setUp(): void
{
parent::setUp();