diff options
Diffstat (limited to 'tests/bootstrap.php')
| -rw-r--r-- | tests/bootstrap.php | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 0e81f4372a..ace48ea035 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -12,6 +12,8 @@  */  define('IN_PHPBB', true); +define('PHPBB_ENVIRONMENT', 'test'); +  $phpbb_root_path = 'phpBB/';  $phpEx = 'php';  require_once $phpbb_root_path . 'includes/startup.php'; | 
