From c7a9d5e34a27794b93cc3a1c248a49af2b8488ee Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 26 Sep 2013 15:35:53 +0200 Subject: [PATCH] [ticket/11852] Move tests to folder with new class name PHPBB3-11852 --- tests/{filesystem => path_helper}/web_root_path_test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename tests/{filesystem => path_helper}/web_root_path_test.php (97%) diff --git a/tests/filesystem/web_root_path_test.php b/tests/path_helper/web_root_path_test.php similarity index 97% rename from tests/filesystem/web_root_path_test.php rename to tests/path_helper/web_root_path_test.php index ebc99669ce..938b58892b 100644 --- a/tests/filesystem/web_root_path_test.php +++ b/tests/path_helper/web_root_path_test.php @@ -7,9 +7,9 @@ * */ -class phpbb_filesystem_web_root_path_test extends phpbb_test_case +class phpbb_path_helper_web_root_path_test extends phpbb_test_case { - protected $filesystem; + protected $path_helper; protected $phpbb_root_path = ''; public function setUp()