1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/13828] Renamed testing doubles to avoid PHP7 keywords

PHPBB3-13828
This commit is contained in:
JoshyPHP
2015-05-10 03:04:12 +02:00
parent 98db63e8cc
commit e2bc6c8024
2 changed files with 2 additions and 2 deletions

View File

@@ -8,4 +8,4 @@ $dbname = 'phpbb';
$dbuser = 'root';
$dbpasswd = '';
$table_prefix = 'phpbb_';
$acm_type = '\phpbb\cache\driver\null';
$acm_type = '\phpbb\cache\driver\dummy';