1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 23:41:29 +02:00

[ticket/11152] Basic tests for the container functions

PHPBB3-11152
This commit is contained in:
Igor Wiedler
2012-11-11 17:56:09 +01:00
parent 00417fc723
commit 1bf7f0bde7
2 changed files with 83 additions and 0 deletions

View File

@@ -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';