mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/12620] Use the test environment for the tests
PHPBB3-12620
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
define('IN_PHPBB', true);
|
||||
define('PHPBB_ENVIRONMENT', 'development');
|
||||
define('PHPBB_ENVIRONMENT', 'test');
|
||||
|
||||
$phpbb_root_path = 'phpBB/';
|
||||
$phpEx = 'php';
|
||||
|
@@ -13,8 +13,6 @@
|
||||
|
||||
namespace
|
||||
{
|
||||
define('PHPBB_ENVIRONMENT', 'production');
|
||||
|
||||
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
|
||||
require_once dirname(__FILE__) . '/fixtures/ext/vendor/enabled_4/di/extension.php';
|
||||
|
||||
|
Reference in New Issue
Block a user