mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +02:00
[ticket/14044] Fix tests
PHPBB3-14044
This commit is contained in:
@@ -16,6 +16,8 @@ define('PHPBB_ENVIRONMENT', 'test');
|
|||||||
|
|
||||||
$phpbb_root_path = 'phpBB/';
|
$phpbb_root_path = 'phpBB/';
|
||||||
$phpEx = 'php';
|
$phpEx = 'php';
|
||||||
|
|
||||||
|
global $table_prefix;
|
||||||
require_once $phpbb_root_path . 'includes/startup.php';
|
require_once $phpbb_root_path . 'includes/startup.php';
|
||||||
|
|
||||||
$table_prefix = 'phpbb_';
|
$table_prefix = 'phpbb_';
|
||||||
|
Reference in New Issue
Block a user