aboutsummaryrefslogtreecommitdiffstats
path: root/tests/di/create_container_test.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-12-28 18:15:17 +0100
committerMarc Alexander <admin@m-a-styles.de>2017-01-03 21:29:30 +0100
commit14fd750b087c7c9e31f9701bb08ced08db964d12 (patch)
tree5e7c54b21c7a6c4b8493dff4e68af7a03c35e566 /tests/di/create_container_test.php
parentbc96a9f1f67df4719f66896590288eb03f6ca12d (diff)
downloadforums-14fd750b087c7c9e31f9701bb08ced08db964d12.tar
forums-14fd750b087c7c9e31f9701bb08ced08db964d12.tar.gz
forums-14fd750b087c7c9e31f9701bb08ced08db964d12.tar.bz2
forums-14fd750b087c7c9e31f9701bb08ced08db964d12.tar.xz
forums-14fd750b087c7c9e31f9701bb08ced08db964d12.zip
[ticket/14957] Do not cache database config entries
PHPBB3-14957
Diffstat (limited to 'tests/di/create_container_test.php')
-rw-r--r--tests/di/create_container_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/di/create_container_test.php b/tests/di/create_container_test.php
index 4ae6017989..1a7eb4698c 100644
--- a/tests/di/create_container_test.php
+++ b/tests/di/create_container_test.php
@@ -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'));