[ticket/11852] Move tests to folder with new class name

PHPBB3-11852
This commit is contained in:
Joas Schilling 2013-09-26 15:35:53 +02:00
parent 7525c49d45
commit c7a9d5e34a

View file

@ -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 = ''; protected $phpbb_root_path = '';
public function setUp() public function setUp()