1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-22 01:21:23 +02:00

Merge branch '3.2.x'

This commit is contained in:
Marc Alexander
2017-04-16 15:14:23 +02:00

View File

@@ -20,5 +20,7 @@ class phpbb_mock_extension_manager extends \phpbb\extension\manager
$this->extensions = $extensions;
$this->filesystem = new \phpbb\filesystem\filesystem();
$this->container = $container;
$this->config = new \phpbb\config\config(array());
$this->user = new \phpbb\user('\phpbb\datetime');
}
}