aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-02-11 11:25:50 +0100
committerJoas Schilling <nickvergessen@owncloud.com>2016-02-11 11:54:13 +0100
commit8cfdc62eaed5f80d92e7185ead451acb691a1b67 (patch)
tree8d2a80f48e8e109557f794c7bab78d9b9286e745 /tests
parent5165998723925b414f688021aeaa8b90a844a918 (diff)
downloadnextcloud-server-8cfdc62eaed5f80d92e7185ead451acb691a1b67.tar.gz
nextcloud-server-8cfdc62eaed5f80d92e7185ead451acb691a1b67.zip
Update info checker requirements
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/app/codechecker/infocheckertest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/app/codechecker/infocheckertest.php b/tests/lib/app/codechecker/infocheckertest.php
index 59c1316b769..b31c5fe3a7a 100644
--- a/tests/lib/app/codechecker/infocheckertest.php
+++ b/tests/lib/app/codechecker/infocheckertest.php
@@ -54,7 +54,7 @@ class InfoCheckerTest extends TestCase {
['testapp-version', []],
['testapp-infoxml-version', []],
['testapp-infoxml-version-different', [['type' => 'differentVersions', 'message' => 'appinfo/version: 1.2.4 - appinfo/info.xml: 1.2.3']]],
- ['testapp-version-missing', [['type' => 'mandatoryFieldMissing', 'field' => 'version']]],
+ ['testapp-version-missing', []],
['testapp-name-missing', [['type' => 'mandatoryFieldMissing', 'field' => 'name']]],
];
}