diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2014-09-19 12:01:31 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2014-09-19 12:01:31 +0200 |
| commit | de7ed7c286968895169252ef477faffd1123a05b (patch) | |
| tree | 5efd141870cc36465a0b47c7d9fc7c0b6fe2db6b /tests | |
| parent | a6d9b42e5fa3912b3a559c7e2068e74d4927438a (diff) | |
| download | forums-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')
| -rw-r--r-- | tests/controller/helper_route_adm_subdir_test.php | 2 | ||||
| -rw-r--r-- | tests/controller/helper_route_unclean_path_test.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/controller/helper_route_adm_subdir_test.php b/tests/controller/helper_route_adm_subdir_test.php index 783797f86a..b173794f7a 100644 --- a/tests/controller/helper_route_adm_subdir_test.php +++ b/tests/controller/helper_route_adm_subdir_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_adm_subdir_test extends phpbb_controller_helper_route_test { protected function get_phpbb_root_path() { 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() { |
