aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mock/container_builder.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mock/container_builder.php')
-rw-r--r--tests/mock/container_builder.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/mock/container_builder.php b/tests/mock/container_builder.php
index edf0d58a28..05083c3a3c 100644
--- a/tests/mock/container_builder.php
+++ b/tests/mock/container_builder.php
@@ -18,6 +18,11 @@ class phpbb_mock_container_builder implements ContainerInterface
protected $services = array();
protected $parameters = array();
+ public function __construct()
+ {
+ $this->setParameter('debug.load_time', false);
+ }
+
/**
* Sets a service.
*