mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/11852] Move tests to folder with new class name
PHPBB3-11852
This commit is contained in:
@@ -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()
|
Reference in New Issue
Block a user