aboutsummaryrefslogtreecommitdiffstats
path: root/tests/controller/controller_test.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-03-07 12:32:38 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-03-07 12:32:38 +0100
commit51273f6fb1421b68c1931c3960f68cd483f1ee95 (patch)
tree2d982cc9fe52b4a9ee9a3b47a59658ba631c6444 /tests/controller/controller_test.php
parent4b6f3f8b0fc3fc3b0d7fa0147930d0ea02107a8f (diff)
downloadforums-51273f6fb1421b68c1931c3960f68cd483f1ee95.tar
forums-51273f6fb1421b68c1931c3960f68cd483f1ee95.tar.gz
forums-51273f6fb1421b68c1931c3960f68cd483f1ee95.tar.bz2
forums-51273f6fb1421b68c1931c3960f68cd483f1ee95.tar.xz
forums-51273f6fb1421b68c1931c3960f68cd483f1ee95.zip
[ticket/12090] Pass route name to url() to allow admins to change the routes
PHPBB3-12090
Diffstat (limited to 'tests/controller/controller_test.php')
-rw-r--r--tests/controller/controller_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/controller/controller_test.php b/tests/controller/controller_test.php
index 588adbcfb1..b65e677dbe 100644
--- a/tests/controller/controller_test.php
+++ b/tests/controller/controller_test.php
@@ -62,7 +62,7 @@ class phpbb_controller_controller_test extends phpbb_test_case
// so I'll include them manually.
if (!class_exists('foo\\controller'))
{
- include(__DIR__.'/ext/foo/controller.php');
+ include(__DIR__ . '/ext/foo/controller.php');
}
if (!class_exists('phpbb\\controller\\foo'))
{