1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-21 08:00:46 +01:00

Merge branch '3.2.x'

This commit is contained in:
Marc Alexander 2017-04-16 15:14:23 +02:00
commit 473f8bc0a6
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

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');
}
}