[ticket/17519] Adapt wrapper test for master

PHPBB-17519
This commit is contained in:
Marc Alexander 2025-06-12 21:19:12 +02:00
parent b2d48b679f
commit 0b3897b8c3
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -23,11 +23,8 @@ class phpbb_cron_wrapper_test extends phpbb_template_template_test_case
{
global $phpbb_root_path;
// Test the engine can be used
$this->setup_engine([], $phpbb_root_path . 'styles/all/template');
$this->template->clear_cache();
global $phpbb_filesystem;
$phpbb_filesystem = new \phpbb\filesystem\filesystem();
@ -38,8 +35,6 @@ class phpbb_cron_wrapper_test extends phpbb_template_template_test_case
$this->wrapper = new \phpbb\cron\task\wrapper(
$this->task,
$this->routing_helper,
'/phpbb/',
'php',
$this->template
);
}
@ -62,8 +57,6 @@ class phpbb_cron_wrapper_test extends phpbb_template_template_test_case
$this->wrapper = new \phpbb\cron\task\wrapper(
$this->task,
$this->routing_helper,
'/phpbb/',
'php',
$this->template
);
@ -100,8 +93,6 @@ class phpbb_cron_wrapper_test extends phpbb_template_template_test_case
$this->wrapper = new \phpbb\cron\task\wrapper(
$this->task,
$this->routing_helper,
'/phpbb/',
'php',
$this->template
);
@ -127,8 +118,6 @@ class phpbb_cron_wrapper_test extends phpbb_template_template_test_case
$this->wrapper = new \phpbb\cron\task\wrapper(
$this->task,
$this->routing_helper,
'/phpbb/',
'php',
$this->template
);
$this->task->expects($this->once())