mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12620] Fix tests
PHPBB3-12620
This commit is contained in:
@@ -12,6 +12,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
define('IN_PHPBB', true);
|
define('IN_PHPBB', true);
|
||||||
|
define('PHPBB_ENVIRONMENT', 'production');
|
||||||
|
|
||||||
$phpbb_root_path = 'phpBB/';
|
$phpbb_root_path = 'phpBB/';
|
||||||
$phpEx = 'php';
|
$phpEx = 'php';
|
||||||
require_once $phpbb_root_path . 'includes/startup.php';
|
require_once $phpbb_root_path . 'includes/startup.php';
|
||||||
|
Reference in New Issue
Block a user