diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-11-17 23:33:04 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-11-17 23:33:04 +0100 |
commit | cddb768772d4eafc945429bcb72607694551dafd (patch) | |
tree | 8a6fc62417ac1890c5ffc2851f01cbe90707f388 /tests/controller | |
parent | c09c95599b1772aba3754cb451422cb1eb7fa139 (diff) | |
parent | 4f96688bf7d8630b7977852665d4c6d04117f10a (diff) | |
download | forums-cddb768772d4eafc945429bcb72607694551dafd.tar forums-cddb768772d4eafc945429bcb72607694551dafd.tar.gz forums-cddb768772d4eafc945429bcb72607694551dafd.tar.bz2 forums-cddb768772d4eafc945429bcb72607694551dafd.tar.xz forums-cddb768772d4eafc945429bcb72607694551dafd.zip |
Merge branch 'develop-ascraeus' into develop
Diffstat (limited to 'tests/controller')
-rw-r--r-- | tests/controller/controller_test.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/controller/controller_test.php b/tests/controller/controller_test.php index 58bcf0ef81..62feee3fed 100644 --- a/tests/controller/controller_test.php +++ b/tests/controller/controller_test.php @@ -11,6 +11,8 @@ * */ +require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php'; + use Symfony\Component\HttpFoundation\Request; use Symfony\Component\Config\FileLocator; use Symfony\Component\DependencyInjection\ContainerBuilder; |