From 139eb17bb729763ab670fb239c77db02e29920f6 Mon Sep 17 00:00:00 2001 From: Jakub Senko Date: Mon, 18 Jun 2018 20:35:01 +0200 Subject: [ticket/12624] Add debug.load_time parameter PHPBB3-12624 --- tests/mock/container_builder.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/mock/container_builder.php') 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. * -- cgit v1.2.1