mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/11852] Move tests to folder with new class name
PHPBB3-11852
This commit is contained in:
parent
7525c49d45
commit
c7a9d5e34a
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
Loading…
Add table
Reference in a new issue