mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge remote-tracking branch 'EXreaction/ticket/11320' into develop
* EXreaction/ticket/11320: [ticket/11320] Include functions file as we need phpbb_convert_30_dbms_to_31
This commit is contained in:
commit
405a1a1793
1 changed files with 5 additions and 0 deletions
|
@ -77,6 +77,11 @@ class phpbb_test_case_helpers
|
|||
{
|
||||
include($test_config);
|
||||
|
||||
if (!function_exists('phpbb_convert_30_dbms_to_31'))
|
||||
{
|
||||
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
|
||||
}
|
||||
|
||||
$config = array_merge($config, array(
|
||||
'dbms' => phpbb_convert_30_dbms_to_31($dbms),
|
||||
'dbhost' => $dbhost,
|
||||
|
|
Loading…
Add table
Reference in a new issue