aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-02-11 14:31:47 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-11 14:31:47 +0100
commitdfe267424ffbecaef7edff20d1977532de7a5702 (patch)
treeb3369629b62e75ce3da091fad66b1338664015b3 /tests
parent207c1a661b67e7b3669937109742970be1765cb0 (diff)
parent8cfdc62eaed5f80d92e7185ead451acb691a1b67 (diff)
downloadnextcloud-server-dfe267424ffbecaef7edff20d1977532de7a5702.tar.gz
nextcloud-server-dfe267424ffbecaef7edff20d1977532de7a5702.zip
Merge pull request #22315 from owncloud/update-info-checker-requirements
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']]],
];
}