[feature/tests] Add extension-testframework from phpBB gallery
This commit is contained in:
7
tests/test_config.sample.php
Normal file
7
tests/test_config.sample.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$dbms = 'phpbb\\db\\driver\\mysqli';
|
||||
$dbhost = 'localhost';
|
||||
$dbport = '';
|
||||
$dbname = 'phpbb_test';
|
||||
$dbuser = 'root';
|
||||
$dbpasswd = '';
|
||||
Reference in New Issue
Block a user