summaryrefslogtreecommitdiffstats
path: root/tests/lib/App
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2018-08-17 13:27:48 +0200
committerBjoern Schiessle <bjoern@schiessle.org>2018-08-17 13:27:48 +0200
commit325e8bea16e9853c98af6e2f70c3693ede2a2bf9 (patch)
tree5ae91379c299ae18617e888849ceea361ac9be02 /tests/lib/App
parent3a44cce5cc7f57acd1df4b7cfb1e3dbf9a4fb23c (diff)
downloadnextcloud-server-325e8bea16e9853c98af6e2f70c3693ede2a2bf9.tar.gz
nextcloud-server-325e8bea16e9853c98af6e2f70c3693ede2a2bf9.zip
add deck and mail to the groupware bundle, remove talk
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'tests/lib/App')
-rw-r--r--tests/lib/App/AppStore/Bundles/GroupwareBundleTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/lib/App/AppStore/Bundles/GroupwareBundleTest.php b/tests/lib/App/AppStore/Bundles/GroupwareBundleTest.php
index f2f9dcc5ccc..ccff5dcbd34 100644
--- a/tests/lib/App/AppStore/Bundles/GroupwareBundleTest.php
+++ b/tests/lib/App/AppStore/Bundles/GroupwareBundleTest.php
@@ -32,7 +32,8 @@ class GroupwareBundleTest extends BundleBase {
$this->bundleAppIds = [
'calendar',
'contacts',
- 'spreed',
+ 'deck',
+ 'mail'
];
}
}