diff options
Diffstat (limited to 'tests/version/version_fetch_test.php')
| -rw-r--r-- | tests/version/version_fetch_test.php | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/version/version_fetch_test.php b/tests/version/version_fetch_test.php index cfc87183cf..c44bd5514a 100644 --- a/tests/version/version_fetch_test.php +++ b/tests/version/version_fetch_test.php @@ -33,8 +33,7 @@ class phpbb_version_helper_fetch_test extends phpbb_test_case  			new \phpbb\config\config(array(  				'version'	=> '3.1.0',  			)), -			new \phpbb\file_downloader(), -			new \phpbb\user('\phpbb\datetime') +			new \phpbb\file_downloader()  		);  	}  | 
