1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 17:56:52 +02:00

[ticket/12624] Add debug.load_time parameter

PHPBB3-12624
This commit is contained in:
Jakub Senko
2018-06-18 20:35:01 +02:00
parent 1d0046437b
commit fcc3dd996d
17 changed files with 54 additions and 19 deletions

View File

@@ -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.
*