aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/di/create_container_test.php2
-rw-r--r--tests/mock/phpbb_di_container_builder.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/di/create_container_test.php b/tests/di/create_container_test.php
index 221db9e13c..559c0b122c 100644
--- a/tests/di/create_container_test.php
+++ b/tests/di/create_container_test.php
@@ -20,7 +20,7 @@ namespace
protected $config_php;
/**
- * @var \phpbb\di\container_factory
+ * @var \phpbb\di\container_builder
*/
protected $builder;
protected $phpbb_root_path;
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()
{