1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

[ticket/12631] Solve rebase issues

PHPBB3-12631
This commit is contained in:
rubencm
2019-04-02 17:51:12 +00:00
committed by Marc Alexander
parent d31e986815
commit 0312aaa6dc
4 changed files with 4 additions and 2 deletions

View File

@@ -23,7 +23,6 @@ class phpbb_mock_container_builder implements ContainerInterface
$this->setParameter('debug.load_time', false);
$this->setParameter('session.log_errors', false);
$this->setParameter('session.force_sid', true);
$this->setParameter('finder.not_use_cache', false);
$this->setParameter('finder.cache', false);
}