aboutsummaryrefslogtreecommitdiffstats
path: root/build/integration/features/bootstrap/SharingContext.php
diff options
context:
space:
mode:
Diffstat (limited to 'build/integration/features/bootstrap/SharingContext.php')
-rw-r--r--build/integration/features/bootstrap/SharingContext.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/integration/features/bootstrap/SharingContext.php b/build/integration/features/bootstrap/SharingContext.php
index b1a4c1aa48b..be719cbf379 100644
--- a/build/integration/features/bootstrap/SharingContext.php
+++ b/build/integration/features/bootstrap/SharingContext.php
@@ -32,7 +32,8 @@ require __DIR__ . '/../../vendor/autoload.php';
* Features context.
*/
class SharingContext implements Context, SnippetAcceptingContext {
- use Sharing;
+ use WebDav;
+ use Trashbin;
use AppConfiguration;
use CommandLine;