mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
Merge pull request #5266 from senky/ticket/12624
[ticket/12624] Add debug.load_time parameter * github.com:/phpbb/phpbb: [ticket/12624] Add debug.load_time parameter
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user