diff options
author | Sergio Bertolin <sbertolin@solidgear.es> | 2016-04-14 12:27:17 +0000 |
---|---|---|
committer | Roeland Jago Douma <rullzer@owncloud.com> | 2016-05-31 10:41:38 +0200 |
commit | c6a5a430093421dedea526cd096e62fd5a4be8d2 (patch) | |
tree | 45f0bb304a03b0af6e3343ff64f4acb56fbc0541 /build/integration/features/bootstrap/FederationContext.php | |
parent | 59ed464ee63a0719eeed3bbc2864749a2ce04ff0 (diff) | |
download | nextcloud-server-c6a5a430093421dedea526cd096e62fd5a4be8d2.tar.gz nextcloud-server-c6a5a430093421dedea526cd096e62fd5a4be8d2.zip |
Added tests about overwriting files and folders as recipient
Diffstat (limited to 'build/integration/features/bootstrap/FederationContext.php')
-rw-r--r-- | build/integration/features/bootstrap/FederationContext.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/features/bootstrap/FederationContext.php b/build/integration/features/bootstrap/FederationContext.php index 2809c6974fa..55f3a55da0d 100644 --- a/build/integration/features/bootstrap/FederationContext.php +++ b/build/integration/features/bootstrap/FederationContext.php @@ -12,7 +12,7 @@ require __DIR__ . '/../../vendor/autoload.php'; */ class FederationContext implements Context, SnippetAcceptingContext { - use Sharing; + use WebDav; /** * @Given /^User "([^"]*)" from server "(LOCAL|REMOTE)" shares "([^"]*)" with user "([^"]*)" from server "(LOCAL|REMOTE)"$/ |