1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

[ticket/17283] Remove unused code

PHPBB3-17283
This commit is contained in:
Marc Alexander
2024-02-18 09:54:42 +01:00
parent ad5e2a3602
commit aa3f253030
3 changed files with 0 additions and 4 deletions

View File

@@ -116,7 +116,6 @@ abstract class phpbb_controller_common_helper_route extends phpbb_database_test_
$container = new phpbb_mock_container_builder();
$container->setParameter('core.environment', PHPBB_ENVIRONMENT);
$cache_path = $phpbb_root_path . 'cache/twig';
$log = new \phpbb\log\dummy();
$assets_bag = new \phpbb\template\assets_bag();
$context = new \phpbb\template\context();
$loader = new \phpbb\template\twig\loader('');