diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-11-17 23:32:45 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-11-17 23:32:45 +0100 |
commit | 4f96688bf7d8630b7977852665d4c6d04117f10a (patch) | |
tree | a4854b38089cb6703c17de1920869e33e1e27465 /tests/controller | |
parent | f261c748b6214541373f955b990354c9b6cc0677 (diff) | |
parent | 21c8985fe85d54facc9dce59f6b7cbd293b21ade (diff) | |
download | forums-4f96688bf7d8630b7977852665d4c6d04117f10a.tar forums-4f96688bf7d8630b7977852665d4c6d04117f10a.tar.gz forums-4f96688bf7d8630b7977852665d4c6d04117f10a.tar.bz2 forums-4f96688bf7d8630b7977852665d4c6d04117f10a.tar.xz forums-4f96688bf7d8630b7977852665d4c6d04117f10a.zip |
Merge pull request #3145 from bantu/ticket/13338
[ticket/13338] Make all tests run on their own. Avoid _test suffix for abstract test case classes.
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; |