mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12870] Add $config['version'] in phpbb_extension_manager_test
PHPBB3-12870
This commit is contained in:
@@ -135,7 +135,7 @@ class phpbb_extension_manager_test extends phpbb_database_test_case
|
||||
protected function create_extension_manager($with_cache = true)
|
||||
{
|
||||
|
||||
$config = new \phpbb\config\config(array());
|
||||
$config = new \phpbb\config\config(array('version' => PHPBB_VERSION));
|
||||
$db = $this->new_dbal();
|
||||
$db_tools = new \phpbb\db\tools($db);
|
||||
$phpbb_root_path = __DIR__ . './../../phpBB/';
|
||||
|
Reference in New Issue
Block a user