diff options
| author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-04-26 21:30:50 +0200 |
|---|---|---|
| committer | Nicofuma <github@nicofuma.fr> | 2015-05-14 23:04:18 +0200 |
| commit | 549fe66d90eed1d6a4fee6f5f706c73455d73596 (patch) | |
| tree | acbc96aacef03fdb6e7d324d79d2592ab52d4dce /tests/di/fixtures/config.php | |
| parent | c96e7ef1711932c2236620903bc256b346514dfc (diff) | |
| download | forums-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.php | 2 |
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'; |
