1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/13749] Add missing slash to base uri in helper route tests

PHPBB3-13749
This commit is contained in:
Marc Alexander
2015-04-06 22:59:34 +02:00
parent 53ed8a3cd9
commit 9d181daa71

View File

@@ -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()