aboutsummaryrefslogtreecommitdiffstats
path: root/tests/di/fixtures
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-11-11 17:56:09 +0100
committerIgor Wiedler <igor@wiedler.ch>2012-11-11 17:56:09 +0100
commit1bf7f0bde73a8528f77b5f9cfffd6f113afcf63d (patch)
treee85c90d7bf1717f44920dd7580e40ccfc3604a19 /tests/di/fixtures
parent00417fc723073a9e8acefe4a8a7660bf25017201 (diff)
downloadforums-1bf7f0bde73a8528f77b5f9cfffd6f113afcf63d.tar
forums-1bf7f0bde73a8528f77b5f9cfffd6f113afcf63d.tar.gz
forums-1bf7f0bde73a8528f77b5f9cfffd6f113afcf63d.tar.bz2
forums-1bf7f0bde73a8528f77b5f9cfffd6f113afcf63d.tar.xz
forums-1bf7f0bde73a8528f77b5f9cfffd6f113afcf63d.zip
[ticket/11152] Basic tests for the container functions
PHPBB3-11152
Diffstat (limited to 'tests/di/fixtures')
-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';