aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mock
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mock')
-rw-r--r--tests/mock/phpbb_di_container_builder.php (renamed from tests/mock/container_factory.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mock/container_factory.php b/tests/mock/phpbb_di_container_builder.php
index d547c8dd68..235fa32b26 100644
--- a/tests/mock/container_factory.php
+++ b/tests/mock/phpbb_di_container_builder.php
@@ -11,7 +11,7 @@
*
*/
-class phpbb_mock_container_factory extends \phpbb\di\container_factory
+class phpbb_mock_phpbb_di_container_builder extends \phpbb\di\container_factory
{
protected function get_container_filename()
{