diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-01-03 21:41:36 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-01-03 21:41:36 +0100 |
commit | 072bf470fc252ae5942956df896765c3b0e53e66 (patch) | |
tree | 5a0e929f0f41f7283dd75a1815f6f12cdf82dfa9 /tests/mock/phpbb_di_container_builder.php | |
parent | 56314f4c22491dd5b2aacb2a013850c7f3171be8 (diff) | |
parent | 14fd750b087c7c9e31f9701bb08ced08db964d12 (diff) | |
download | forums-072bf470fc252ae5942956df896765c3b0e53e66.tar forums-072bf470fc252ae5942956df896765c3b0e53e66.tar.gz forums-072bf470fc252ae5942956df896765c3b0e53e66.tar.bz2 forums-072bf470fc252ae5942956df896765c3b0e53e66.tar.xz forums-072bf470fc252ae5942956df896765c3b0e53e66.zip |
Merge branch 'ticket/14957' into ticket/14957-rhea
Diffstat (limited to 'tests/mock/phpbb_di_container_builder.php')
-rw-r--r-- | tests/mock/phpbb_di_container_builder.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/mock/phpbb_di_container_builder.php b/tests/mock/phpbb_di_container_builder.php index 23dc3d1e8b..c78b41d8ec 100644 --- a/tests/mock/phpbb_di_container_builder.php +++ b/tests/mock/phpbb_di_container_builder.php @@ -27,4 +27,12 @@ class phpbb_mock_phpbb_di_container_builder extends \phpbb\di\container_builder { return $this->phpbb_root_path . '../../tmp/autoload.' . $this->php_ext; } + + /** + * {@inheritdoc} + */ + protected function inject_dbal_driver() + { + return; + } } |