1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-21 09:52:26 +01:00

[ticket/12620] Fix tests

PHPBB3-12620
This commit is contained in:
Tristan Darricau 2014-05-30 15:18:11 +02:00
parent c22562f5cd
commit 1a6e1ecf6f

View File

@ -13,6 +13,8 @@
namespace
{
define('ENVIRONMENT', 'productive');
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
class phpbb_di_container_test extends \phpbb_test_case