diff options
author | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-05-03 12:03:28 +0200 |
---|---|---|
committer | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-05-03 12:03:28 +0200 |
commit | f8c04a4219ec5118b138b4a4676a59258b5402b7 (patch) | |
tree | 0c3872181672ed5c69c1520f5ce6d9fafff3a355 /tests | |
parent | 15a479fb9670e4695f8f23a6b9cc089a0c7c08a1 (diff) | |
parent | cc1d948c2e9ca7be49a22358336f7a00f102d19a (diff) | |
download | nextcloud-server-f8c04a4219ec5118b138b4a4676a59258b5402b7.tar.gz nextcloud-server-f8c04a4219ec5118b138b4a4676a59258b5402b7.zip |
Merge pull request #24392 from owncloud/declare-cron-jobs-in-info.xml
Declare cron jobs in info.xml
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/app/expected-info.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/data/app/expected-info.json b/tests/data/app/expected-info.json index cef7a7fdaba..81de5341efa 100644 --- a/tests/data/app/expected-info.json +++ b/tests/data/app/expected-info.json @@ -74,5 +74,6 @@ "post-migration": [], "live-migration": [], "uninstall": [] - } + }, + "background-jobs": [] } |