diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-11-22 15:43:33 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-11-22 15:43:33 +0100 |
| commit | 11c9d11482d28bf0ac193ea8c5ac0dd9695162e1 (patch) | |
| tree | f64220fdd93a638b70de16e2e5608f05c4faf8ee /tests | |
| parent | 45aafe0b09a06650846949fe24cdecb877db5da5 (diff) | |
| parent | fd993cbaf26cea66fc72c2a744189d7c1fef843c (diff) | |
| download | forums-11c9d11482d28bf0ac193ea8c5ac0dd9695162e1.tar forums-11c9d11482d28bf0ac193ea8c5ac0dd9695162e1.tar.gz forums-11c9d11482d28bf0ac193ea8c5ac0dd9695162e1.tar.bz2 forums-11c9d11482d28bf0ac193ea8c5ac0dd9695162e1.tar.xz forums-11c9d11482d28bf0ac193ea8c5ac0dd9695162e1.zip | |
Merge branch 'develop-ascraeus' into develop
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/version/version_fetch_test.php | 1 | ||||
| -rw-r--r-- | tests/version/version_test.php | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/version/version_fetch_test.php b/tests/version/version_fetch_test.php index 05eac58a52..cfc87183cf 100644 --- a/tests/version/version_fetch_test.php +++ b/tests/version/version_fetch_test.php @@ -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') ); } diff --git a/tests/version/version_test.php b/tests/version/version_test.php index ba31c79a79..528f1602d6 100644 --- a/tests/version/version_test.php +++ b/tests/version/version_test.php @@ -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() |
