diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-01-10 19:32:39 -0600 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-02-06 11:31:49 -0600 |
| commit | 8d3a82a4fa8ced50fbc1d1019ef439d1d5c81e71 (patch) | |
| tree | 482e300d80d3c702422a9a82bdb99b0e7bcf14ec /tests/test_framework/phpbb_functional_test_case.php | |
| parent | effaef6bddf49b9016d66bd64706392fcdb452b3 (diff) | |
| download | forums-8d3a82a4fa8ced50fbc1d1019ef439d1d5c81e71.tar forums-8d3a82a4fa8ced50fbc1d1019ef439d1d5c81e71.tar.gz forums-8d3a82a4fa8ced50fbc1d1019ef439d1d5c81e71.tar.bz2 forums-8d3a82a4fa8ced50fbc1d1019ef439d1d5c81e71.tar.xz forums-8d3a82a4fa8ced50fbc1d1019ef439d1d5c81e71.zip | |
[feature/migrations] Make the container available to extension installers
This allows extensions to load and install migrations easily as per their
needs.
PHPBB3-11318
Diffstat (limited to 'tests/test_framework/phpbb_functional_test_case.php')
| -rw-r--r-- | tests/test_framework/phpbb_functional_test_case.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_framework/phpbb_functional_test_case.php b/tests/test_framework/phpbb_functional_test_case.php index e346223a4b..cb0a475278 100644 --- a/tests/test_framework/phpbb_functional_test_case.php +++ b/tests/test_framework/phpbb_functional_test_case.php @@ -137,6 +137,7 @@ class phpbb_functional_test_case extends phpbb_test_case if (!$this->extension_manager) { $this->extension_manager = new phpbb_extension_manager( + new phpbb_mock_container_builder(), $this->get_db(), new phpbb_config(array()), self::$config['table_prefix'] . 'ext', |
