mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/14044] Fix tests
PHPBB3-14044
This commit is contained in:
parent
71ec5185e1
commit
a910c86997
1 changed files with 2 additions and 0 deletions
|
@ -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_';
|
||||
|
|
Loading…
Add table
Reference in a new issue