aboutsummaryrefslogtreecommitdiffstats
path: root/tests/di/fixtures/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/di/fixtures/config.php')
-rw-r--r--tests/di/fixtures/config.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/di/fixtures/config.php b/tests/di/fixtures/config.php
new file mode 100644
index 0000000000..5033d2dc9f
--- /dev/null
+++ b/tests/di/fixtures/config.php
@@ -0,0 +1,11 @@
+<?php
+// phpBB 3.1.x auto-generated configuration file
+// Do not change anything in this file!
+$dbms = 'container_mock';
+$dbhost = '127.0.0.1';
+$dbport = '';
+$dbname = 'phpbb';
+$dbuser = 'root';
+$dbpasswd = '';
+$table_prefix = 'phpbb_';
+$acm_type = 'phpbb_cache_driver_null';