diff options
Diffstat (limited to 'tests/filesystem/clean_path_test.php')
| -rw-r--r-- | tests/filesystem/clean_path_test.php | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/filesystem/clean_path_test.php b/tests/filesystem/clean_path_test.php index b79668fc33..38ccf1b603 100644 --- a/tests/filesystem/clean_path_test.php +++ b/tests/filesystem/clean_path_test.php @@ -18,7 +18,8 @@ class phpbb_filesystem_clean_path_test extends phpbb_test_case  			new phpbb_symfony_request(  				new phpbb_mock_request()  			), -			dirname(__FILE__) . './../../phpBB/' +			dirname(__FILE__) . './../../phpBB/', +			'php'  		);  	}  | 
