1
0
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:
Marc Alexander
2025-05-20 20:59:40 +02:00
parent 7fe8188b78
commit 5d3f0cd482
9 changed files with 32 additions and 32 deletions

View File

@@ -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/';
}
}