Merge pull request #3525 from marc1706/ticket/13749

[ticket/13749] Add missing slash to base uri in helper route tests
This commit is contained in:
Oliver Schramm 2015-04-06 23:54:27 +02:00
commit 17620bba46

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