mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
Merge pull request #5331 from rubencm/ticket/12636
[ticket/12636] Add session.log_errors
This commit is contained in:
@@ -21,6 +21,7 @@ class phpbb_mock_container_builder implements ContainerInterface
|
||||
public function __construct()
|
||||
{
|
||||
$this->setParameter('debug.load_time', false);
|
||||
$this->setParameter('session.log_errors', false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user