diff options
author | Oliver Schramm <oliver.schramm97@gmail.com> | 2015-04-06 23:54:27 +0200 |
---|---|---|
committer | Oliver Schramm <oliver.schramm97@gmail.com> | 2015-04-06 23:54:27 +0200 |
commit | 17620bba46138ec48a6748a4147986b1d21a48fd (patch) | |
tree | a0b85454b280599f1e7bc439f6a4204d29cee947 | |
parent | 53ed8a3cd9d6c835132f0e33d6d360bb493e0e0a (diff) | |
parent | 9d181daa7137a421c55eb149fa496cbee56be625 (diff) | |
download | forums-17620bba46138ec48a6748a4147986b1d21a48fd.tar forums-17620bba46138ec48a6748a4147986b1d21a48fd.tar.gz forums-17620bba46138ec48a6748a4147986b1d21a48fd.tar.bz2 forums-17620bba46138ec48a6748a4147986b1d21a48fd.tar.xz forums-17620bba46138ec48a6748a4147986b1d21a48fd.zip |
Merge pull request #3525 from marc1706/ticket/13749
[ticket/13749] Add missing slash to base uri in helper route tests
-rw-r--r-- | tests/controller/helper_route_slash_test.php | 2 |
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() |