mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/14957] Do not cache database config entries
PHPBB3-14957
This commit is contained in:
@@ -53,7 +53,7 @@ namespace
|
||||
$this->assertTrue($container->isFrozen());
|
||||
|
||||
// Checks inject_config
|
||||
$this->assertTrue($container->hasParameter('dbal.dbhost'));
|
||||
$this->assertTrue($container->hasParameter('core.table_prefix'));
|
||||
|
||||
// Checks use_extensions
|
||||
$this->assertTrue($container->hasParameter('enabled'));
|
||||
|
Reference in New Issue
Block a user