diff options
Diffstat (limited to 'tests')
-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() |