diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-09-26 15:35:53 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-09-26 15:35:53 +0200 |
commit | c7a9d5e34a27794b93cc3a1c248a49af2b8488ee (patch) | |
tree | 99ccf2445adcf9bf851f01fea30c37e8d5eed809 | |
parent | 7525c49d454e1ff4a156709ea9ecc1dc0b28dd6e (diff) | |
download | forums-c7a9d5e34a27794b93cc3a1c248a49af2b8488ee.tar forums-c7a9d5e34a27794b93cc3a1c248a49af2b8488ee.tar.gz forums-c7a9d5e34a27794b93cc3a1c248a49af2b8488ee.tar.bz2 forums-c7a9d5e34a27794b93cc3a1c248a49af2b8488ee.tar.xz forums-c7a9d5e34a27794b93cc3a1c248a49af2b8488ee.zip |
[ticket/11852] Move tests to folder with new class name
PHPBB3-11852
-rw-r--r-- | tests/path_helper/web_root_path_test.php (renamed from tests/filesystem/web_root_path_test.php) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/filesystem/web_root_path_test.php b/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() |