aboutsummaryrefslogtreecommitdiffstats
path: root/tests/controller
diff options
context:
space:
mode:
Diffstat (limited to 'tests/controller')
-rw-r--r--tests/controller/helper_route_slash_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/controller/helper_route_slash_test.php b/tests/controller/helper_route_slash_test.php
index cb405d6317..3db5ec19e5 100644
--- a/tests/controller/helper_route_slash_test.php
+++ b/tests/controller/helper_route_slash_test.php
@@ -28,7 +28,7 @@ class phpbb_controller_helper_route_slash_test extends phpbb_controller_common_h
protected function get_base_uri()
{
- return '/phpBB3';
+ return '/phpBB3/';
}
protected function get_script_name()