diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-03-11 10:53:28 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-03-11 13:59:19 +0100 |
commit | 957a13d8796c0ca7c7f80fc26d5f74f4f7c9f4c8 (patch) | |
tree | bf946d9daa2d18e2ecfc09173307a0785cfdfa78 /build | |
parent | d78357c210376b320a93ae5886e4e624993db30f (diff) | |
download | nextcloud-server-957a13d8796c0ca7c7f80fc26d5f74f4f7c9f4c8.tar.gz nextcloud-server-957a13d8796c0ca7c7f80fc26d5f74f4f7c9f4c8.zip |
Remove unnecessary imports
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/features/bootstrap/FeatureContext.php | 2 |
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'; |