aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-10-06 22:12:46 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-10-06 22:12:46 +0200
commite8b4304c1bbe35784b4cac5dd4059d6a4ac2dcac (patch)
tree4d7fd880554b5ebadbc22af44e9af150c5815856 /tests
parentbd02c5bd085e957aa4341e7fc2df2199081ab069 (diff)
downloadforums-e8b4304c1bbe35784b4cac5dd4059d6a4ac2dcac.tar
forums-e8b4304c1bbe35784b4cac5dd4059d6a4ac2dcac.tar.gz
forums-e8b4304c1bbe35784b4cac5dd4059d6a4ac2dcac.tar.bz2
forums-e8b4304c1bbe35784b4cac5dd4059d6a4ac2dcac.tar.xz
forums-e8b4304c1bbe35784b4cac5dd4059d6a4ac2dcac.zip
[ticket/16051] Automatically convert mysql driver to mysqli
PHPBB3-16051
Diffstat (limited to 'tests')
-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 d6b8a567c7..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 = 'mysqli';
+$dbms = 'mysql';
$dbhost = '127.0.0.1';
$dbport = '';
$dbname = 'phpbb';