Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-03-11 12:25:35 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2016-03-11 15:59:19 +0300
commitcdc5470f7ec177df78463fe7a16270695593e3cb (patch)
treefc4182106d47c4d48c1474b66c31fe23e68a1e34 /build
parent26e974d85980c44c476af1dfc5b56368f4d98f09 (diff)
Fix the use of traits
Diffstat (limited to 'build')
-rw-r--r--build/integration/features/bootstrap/FeatureContext.php2
-rw-r--r--build/integration/features/bootstrap/FederationContext.php2
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;
/**