summaryrefslogtreecommitdiffstats
path: root/tests/lib/App
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-08-09 16:12:48 +0200
committerJoas Schilling <coding@schilljs.com>2018-08-09 16:12:48 +0200
commite1d39658834a96aae88cc81c84d67add2ec43430 (patch)
tree904437f096ee353ad43696ec2e3aeafdc87f16e2 /tests/lib/App
parent88603e98f89de716eedb6b1c94e0bc1f3366db3c (diff)
downloadnextcloud-server-e1d39658834a96aae88cc81c84d67add2ec43430.tar.gz
nextcloud-server-e1d39658834a96aae88cc81c84d67add2ec43430.zip
Add the ToS app to the enterprise bundle
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/lib/App')
-rw-r--r--tests/lib/App/AppStore/Bundles/EnterpriseBundleTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/App/AppStore/Bundles/EnterpriseBundleTest.php b/tests/lib/App/AppStore/Bundles/EnterpriseBundleTest.php
index e75486b3ed5..b3182ff00c8 100644
--- a/tests/lib/App/AppStore/Bundles/EnterpriseBundleTest.php
+++ b/tests/lib/App/AppStore/Bundles/EnterpriseBundleTest.php
@@ -36,6 +36,7 @@ class EnterpriseBundleTest extends BundleBase {
'files_automatedtagging',
'user_saml',
'files_accesscontrol',
+ 'terms_of_service',
];
}
}