diff options
author | Joas Schilling <coding@schilljs.com> | 2018-08-09 16:12:48 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2018-08-09 16:12:48 +0200 |
commit | e1d39658834a96aae88cc81c84d67add2ec43430 (patch) | |
tree | 904437f096ee353ad43696ec2e3aeafdc87f16e2 /tests/lib/App | |
parent | 88603e98f89de716eedb6b1c94e0bc1f3366db3c (diff) | |
download | nextcloud-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.php | 1 |
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', ]; } } |