diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-08-16 17:49:45 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-09-24 11:58:12 +0200 |
commit | 9b652ed5d50a40a1edde0f1b8c859f49ff8248c9 (patch) | |
tree | 6f8541f68e265257bb0d7e94e87038421466fadb /tests/apps/testapp-version/appinfo/info.xml | |
parent | 1191dda0d88c25cbc02de7752e7d9ef81b9f8b9f (diff) | |
download | nextcloud-server-9b652ed5d50a40a1edde0f1b8c859f49ff8248c9.tar.gz nextcloud-server-9b652ed5d50a40a1edde0f1b8c859f49ff8248c9.zip |
[App Code Check] add check for version and mandatory fields
* ref #17598
* including unit tests for mandatory fields/versions
Diffstat (limited to 'tests/apps/testapp-version/appinfo/info.xml')
-rw-r--r-- | tests/apps/testapp-version/appinfo/info.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/apps/testapp-version/appinfo/info.xml b/tests/apps/testapp-version/appinfo/info.xml new file mode 100644 index 00000000000..d7da3e07e36 --- /dev/null +++ b/tests/apps/testapp-version/appinfo/info.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<info> + <id>testapp-version</id> + <author>Jane</author> + <description>A b c</description> + <licence>Abc</licence> + <name>Test app</name> +</info> |