mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/12636] Add log.session_errors to mock container_builder
PHPBB3-12636
This commit is contained in:
parent
f93ddcb382
commit
ade145dc56
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ class phpbb_mock_container_builder implements ContainerInterface
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
$this->setParameter('debug.load_time', false);
|
$this->setParameter('debug.load_time', false);
|
||||||
|
$this->setParameter('log.session_errors', false);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue