1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-21 16:22:22 +02:00

[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 = '';
public function setUp()