mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12870] Add $config['version'] in phpbb_extension_manager_test
PHPBB3-12870
This commit is contained in:
parent
8b8e09f4d5
commit
e4a829071e
1 changed files with 1 additions and 1 deletions
|
@ -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/';
|
||||
|
|
Loading…
Add table
Reference in a new issue