mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:11:47 +02:00
Merge branch 'ticket/13358' into ticket/security-171
This commit is contained in:
@@ -33,6 +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')
|
||||
);
|
||||
}
|
||||
|
@@ -30,6 +30,7 @@ class phpbb_version_helper_test extends phpbb_test_case
|
||||
new \phpbb\config\config(array(
|
||||
'version' => '3.1.0',
|
||||
)),
|
||||
new \phpbb\file_downloader(),
|
||||
new \phpbb\user('\phpbb\datetime')
|
||||
);
|
||||
}
|
||||
@@ -208,6 +209,7 @@ class phpbb_version_helper_test extends phpbb_test_case
|
||||
new \phpbb\config\config(array(
|
||||
'version' => $current_version,
|
||||
)),
|
||||
new \phpbb\file_downloader(),
|
||||
new \phpbb\user('\phpbb\datetime'),
|
||||
))
|
||||
->getMock()
|
||||
@@ -318,6 +320,7 @@ class phpbb_version_helper_test extends phpbb_test_case
|
||||
new \phpbb\config\config(array(
|
||||
'version' => $current_version,
|
||||
)),
|
||||
new \phpbb\file_downloader(),
|
||||
new \phpbb\user('\phpbb\datetime'),
|
||||
))
|
||||
->getMock()
|
||||
|
Reference in New Issue
Block a user