[ticket/14044] Fix tests

PHPBB3-14044
This commit is contained in:
Mate Bartus 2015-10-30 14:58:53 +01:00
parent 71ec5185e1
commit a910c86997

View file

@ -16,6 +16,8 @@ define('PHPBB_ENVIRONMENT', 'test');
$phpbb_root_path = 'phpBB/';
$phpEx = 'php';
global $table_prefix;
require_once $phpbb_root_path . 'includes/startup.php';
$table_prefix = 'phpbb_';