mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/12620] Fix functional tests
PHPBB3-12620
This commit is contained in:
parent
7fa3b4c686
commit
943e27dffa
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
define('ENVIRONMENT', 'productive');
|
define('ENVIRONMENT', 'production');
|
||||||
|
|
||||||
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
|
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue