summaryrefslogtreecommitdiffstats
path: root/build/integration/features/bootstrap/ShareesContext.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@owncloud.com>2016-03-21 10:25:58 +0100
committerRoeland Jago Douma <rullzer@owncloud.com>2016-03-22 17:13:34 +0100
commit6719f8ca60e10b0f1064935ecccf708383532a89 (patch)
tree15f43e511ab5d87e7230e4a6fe7d66029ad346b6 /build/integration/features/bootstrap/ShareesContext.php
parente69a09756b17009ebe76862cf92f6494487ae8cc (diff)
downloadnextcloud-server-6719f8ca60e10b0f1064935ecccf708383532a89.tar.gz
nextcloud-server-6719f8ca60e10b0f1064935ecccf708383532a89.zip
Add intergration tests
* Only for sharees right now * Sharing intergration tests fail due to the test setup we have right now
Diffstat (limited to 'build/integration/features/bootstrap/ShareesContext.php')
-rw-r--r--build/integration/features/bootstrap/ShareesContext.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/integration/features/bootstrap/ShareesContext.php b/build/integration/features/bootstrap/ShareesContext.php
index de50eeb2beb..bd08ae6e138 100644
--- a/build/integration/features/bootstrap/ShareesContext.php
+++ b/build/integration/features/bootstrap/ShareesContext.php
@@ -68,5 +68,6 @@ class ShareesContext implements Context, SnippetAcceptingContext {
protected function resetAppConfigs() {
$this->modifyServerConfig('core', 'shareapi_only_share_with_group_members', 'no');
$this->modifyServerConfig('core', 'shareapi_allow_share_dialog_user_enumeration', 'yes');
+ $this->modifyServerConfig('core', 'shareapi_allow_group_sharing', 'yes');
}
}