mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/17514] Replace phpBB3 with phpBB in tests
PHPBB-17514
This commit is contained in:
@@ -22,12 +22,12 @@ class phpbb_controller_helper_route_slash_test extends phpbb_controller_common_h
|
||||
|
||||
protected function get_uri()
|
||||
{
|
||||
return '/phpBB3/app.php';
|
||||
return '/phpBB/app.php';
|
||||
}
|
||||
|
||||
protected function get_base_uri()
|
||||
{
|
||||
return '/phpBB3/';
|
||||
return '/phpBB/';
|
||||
}
|
||||
|
||||
protected function get_script_name()
|
||||
@@ -37,6 +37,6 @@ class phpbb_controller_helper_route_slash_test extends phpbb_controller_common_h
|
||||
|
||||
protected function path_to_app()
|
||||
{
|
||||
return 'phpBB3/';
|
||||
return 'phpBB/';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user