1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-20 07:42:09 +02:00

[ticket/12620] Fix tests

PHPBB3-12620
This commit is contained in:
Tristan Darricau 2014-09-05 03:03:20 +02:00
parent 0bf3d2d962
commit 7cd0fd83b8
3 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@
*/
define('IN_PHPBB', true);
define('PHPBB_ENVIRONMENT', 'production');
$phpbb_root_path = 'phpBB/';
$phpEx = 'php';
require_once $phpbb_root_path . 'includes/startup.php';