diff options
author | 2014-06-29 00:35:46 +0200 | |
---|---|---|
committer | 2014-07-07 01:02:36 +0200 | |
commit | f2e8e928c08809202b1abf5668a46e3d9e735c38 (patch) | |
tree | c55a814fffc56312f6b542643d36c801c136a971 /tests/mock | |
parent | [ticket/12775] Rename config_php to config_php_file (diff) | |
download | phpbb-f2e8e928c08809202b1abf5668a46e3d9e735c38.tar.gz phpbb-f2e8e928c08809202b1abf5668a46e3d9e735c38.tar.bz2 phpbb-f2e8e928c08809202b1abf5668a46e3d9e735c38.zip |
[ticket/12775] Fix container_builder
PHPBB3-12775
Diffstat (limited to 'tests/mock')
-rw-r--r-- | tests/mock/phpbb_di_container_builder.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mock/phpbb_di_container_builder.php b/tests/mock/phpbb_di_container_builder.php index 235fa32b26..59cdf0bb2b 100644 --- a/tests/mock/phpbb_di_container_builder.php +++ b/tests/mock/phpbb_di_container_builder.php @@ -11,7 +11,7 @@ * */ -class phpbb_mock_phpbb_di_container_builder extends \phpbb\di\container_factory +class phpbb_mock_phpbb_di_container_builder extends \phpbb\di\container_builder { protected function get_container_filename() { |