diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-03-11 10:25:35 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-03-11 13:59:19 +0100 |
commit | cdc5470f7ec177df78463fe7a16270695593e3cb (patch) | |
tree | fc4182106d47c4d48c1474b66c31fe23e68a1e34 /build | |
parent | 26e974d85980c44c476af1dfc5b56368f4d98f09 (diff) | |
download | nextcloud-server-cdc5470f7ec177df78463fe7a16270695593e3cb.tar.gz nextcloud-server-cdc5470f7ec177df78463fe7a16270695593e3cb.zip |
Fix the use of traits
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/features/bootstrap/FeatureContext.php | 2 | ||||
-rw-r--r-- | build/integration/features/bootstrap/FederationContext.php | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/build/integration/features/bootstrap/FeatureContext.php b/build/integration/features/bootstrap/FeatureContext.php index 78ff4e7833d..065985b22c1 100644 --- a/build/integration/features/bootstrap/FeatureContext.php +++ b/build/integration/features/bootstrap/FeatureContext.php @@ -12,8 +12,6 @@ require __DIR__ . '/../../vendor/autoload.php'; * Features context. */ class FeatureContext implements Context, SnippetAcceptingContext { - use BasicStructure; - use Provisioning; use Sharing; use WebDav; } diff --git a/build/integration/features/bootstrap/FederationContext.php b/build/integration/features/bootstrap/FederationContext.php index 279b5206dee..931c3d45ec6 100644 --- a/build/integration/features/bootstrap/FederationContext.php +++ b/build/integration/features/bootstrap/FederationContext.php @@ -12,8 +12,6 @@ require __DIR__ . '/../../vendor/autoload.php'; */ class FederationContext implements Context, SnippetAcceptingContext { - use BasicStructure; - use Provisioning; use Sharing; /** |