Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2018-06-01 11:29:46 +0300
committerMorris Jobke <hey@morrisjobke.de>2018-06-29 10:08:33 +0300
commit1e0761c6b8f035e73f89afa66dcdcf032e5f917d (patch)
treed28c2d5a419c68a9f94318eaa7258ef35f15613f /tests/lib/Updater
parentbafb6b3c29995cdac283ea68c419213766d6a1d6 (diff)
adjust tests
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'tests/lib/Updater')
-rw-r--r--tests/lib/Updater/VersionCheckTest.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/lib/Updater/VersionCheckTest.php b/tests/lib/Updater/VersionCheckTest.php
index 216510b6628..c7165b34efe 100644
--- a/tests/lib/Updater/VersionCheckTest.php
+++ b/tests/lib/Updater/VersionCheckTest.php
@@ -84,6 +84,8 @@ class VersionCheckTest extends \Test\TestCase {
'versionstring' => 'ownCloud 8.0.4',
'url' => 'https://download.example.org/community/owncloud-8.0.4.zip',
'web' => 'http://doc.example.org/server/8.0/admin_manual/maintenance/upgrade.html',
+ 'changelog' => '',
+ 'whatsNew' => '',
'autoupdater' => '0',
'eol' => '1',
];
@@ -181,6 +183,8 @@ class VersionCheckTest extends \Test\TestCase {
'versionstring' => '',
'url' => '',
'web' => '',
+ 'changelog' => '',
+ 'whatsNew' => '',
'autoupdater' => '',
'eol' => '0',
];
@@ -275,6 +279,8 @@ class VersionCheckTest extends \Test\TestCase {
'versionstring' => '',
'url' => '',
'web' => '',
+ 'changelog' => '',
+ 'whatsNew' => '',
'autoupdater' => '',
'eol' => '0',
];