[ticket/12870] Add $config['version'] in phpbb_extension_manager_test

PHPBB3-12870
This commit is contained in:
Tristan Darricau 2014-07-26 12:08:35 +02:00
parent 8b8e09f4d5
commit e4a829071e

View file

@ -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/';