aboutsummaryrefslogtreecommitdiffstats
path: root/tests/controller/helper_route_unclean_path_test.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-09-19 12:01:31 +0200
committerMarc Alexander <admin@m-a-styles.de>2014-09-19 12:01:31 +0200
commitde7ed7c286968895169252ef477faffd1123a05b (patch)
tree5efd141870cc36465a0b47c7d9fc7c0b6fe2db6b /tests/controller/helper_route_unclean_path_test.php
parenta6d9b42e5fa3912b3a559c7e2068e74d4927438a (diff)
downloadforums-de7ed7c286968895169252ef477faffd1123a05b.tar
forums-de7ed7c286968895169252ef477faffd1123a05b.tar.gz
forums-de7ed7c286968895169252ef477faffd1123a05b.tar.bz2
forums-de7ed7c286968895169252ef477faffd1123a05b.tar.xz
forums-de7ed7c286968895169252ef477faffd1123a05b.zip
[ticket/13073] Use correct class names in test files
PHPBB3-13073
Diffstat (limited to 'tests/controller/helper_route_unclean_path_test.php')
-rw-r--r--tests/controller/helper_route_unclean_path_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/controller/helper_route_unclean_path_test.php b/tests/controller/helper_route_unclean_path_test.php
index 697dda3c45..cede004717 100644
--- a/tests/controller/helper_route_unclean_path_test.php
+++ b/tests/controller/helper_route_unclean_path_test.php
@@ -14,7 +14,7 @@
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
require_once dirname(__FILE__) . '/helper_route_test.php';
-class phpbb_controller_helper_route_adm_test extends phpbb_controller_helper_route_test
+class phpbb_controller_helper_route_unclean_path_test extends phpbb_controller_helper_route_test
{
protected function get_phpbb_root_path()
{