aboutsummaryrefslogtreecommitdiffstats
path: root/tests/di/fixtures/config.php
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-04-26 21:30:50 +0200
committerNicofuma <github@nicofuma.fr>2015-05-14 23:04:18 +0200
commit549fe66d90eed1d6a4fee6f5f706c73455d73596 (patch)
treeacbc96aacef03fdb6e7d324d79d2592ab52d4dce /tests/di/fixtures/config.php
parentc96e7ef1711932c2236620903bc256b346514dfc (diff)
downloadforums-549fe66d90eed1d6a4fee6f5f706c73455d73596.tar
forums-549fe66d90eed1d6a4fee6f5f706c73455d73596.tar.gz
forums-549fe66d90eed1d6a4fee6f5f706c73455d73596.tar.bz2
forums-549fe66d90eed1d6a4fee6f5f706c73455d73596.tar.xz
forums-549fe66d90eed1d6a4fee6f5f706c73455d73596.zip
[ticket/13770] Update tests
PHPBB3-13770
Diffstat (limited to 'tests/di/fixtures/config.php')
-rw-r--r--tests/di/fixtures/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/di/fixtures/config.php b/tests/di/fixtures/config.php
index f2e1145efa..1e9207d924 100644
--- a/tests/di/fixtures/config.php
+++ b/tests/di/fixtures/config.php
@@ -1,7 +1,7 @@
<?php
// phpBB 3.1.x auto-generated configuration file
// Do not change anything in this file!
-$dbms = 'container_mock';
+$dbms = 'mysql';
$dbhost = '127.0.0.1';
$dbport = '';
$dbname = 'phpbb';