diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-07-26 12:08:35 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-07-26 12:08:35 +0200 |
commit | e4a829071ea4ce8cea52103239dc8d75785ec019 (patch) | |
tree | 92d0c7e07989e88681847f2d6b1aa00896c4bf0c /tests/extension/manager_test.php | |
parent | 8b8e09f4d52cfa2d9d951d827114b2ae510dbfc8 (diff) | |
download | forums-e4a829071ea4ce8cea52103239dc8d75785ec019.tar forums-e4a829071ea4ce8cea52103239dc8d75785ec019.tar.gz forums-e4a829071ea4ce8cea52103239dc8d75785ec019.tar.bz2 forums-e4a829071ea4ce8cea52103239dc8d75785ec019.tar.xz forums-e4a829071ea4ce8cea52103239dc8d75785ec019.zip |
[ticket/12870] Add $config['version'] in phpbb_extension_manager_test
PHPBB3-12870
Diffstat (limited to 'tests/extension/manager_test.php')
-rw-r--r-- | tests/extension/manager_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/extension/manager_test.php b/tests/extension/manager_test.php index 230c90c7c7..067fd62581 100644 --- a/tests/extension/manager_test.php +++ b/tests/extension/manager_test.php @@ -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/'; |