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:53:28 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2016-03-11 15:59:19 +0300
commit957a13d8796c0ca7c7f80fc26d5f74f4f7c9f4c8 (patch)
treebf946d9daa2d18e2ecfc09173307a0785cfdfa78 /build
parentd78357c210376b320a93ae5886e4e624993db30f (diff)
Remove unnecessary imports
Diffstat (limited to 'build')
-rw-r--r--build/integration/features/bootstrap/FeatureContext.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/integration/features/bootstrap/FeatureContext.php b/build/integration/features/bootstrap/FeatureContext.php
index 065985b22c1..4345cef8ee9 100644
--- a/build/integration/features/bootstrap/FeatureContext.php
+++ b/build/integration/features/bootstrap/FeatureContext.php
@@ -2,8 +2,6 @@
use Behat\Behat\Context\Context;
use Behat\Behat\Context\SnippetAcceptingContext;
-use GuzzleHttp\Client;
-use GuzzleHttp\Message\ResponseInterface;
require __DIR__ . '/../../vendor/autoload.php';