diff options
author | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-12-08 15:01:20 +0000 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-12-10 16:43:37 +0100 |
commit | ffc49a24f02639afce362384fc3d6e4a0799d1d7 (patch) | |
tree | b89786860bf4289211a31c3b76dca7bff3b5523f /build | |
parent | 7094ed05adfa435a53d7d6ce0c3b6d32760f5111 (diff) | |
download | nextcloud-server-ffc49a24f02639afce362384fc3d6e4a0799d1d7.tar.gz nextcloud-server-ffc49a24f02639afce362384fc3d6e4a0799d1d7.zip |
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/features/bootstrap/CapabilitiesContext.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/integration/features/bootstrap/CapabilitiesContext.php b/build/integration/features/bootstrap/CapabilitiesContext.php index 4e200bdf421..1b0015dce73 100644 --- a/build/integration/features/bootstrap/CapabilitiesContext.php +++ b/build/integration/features/bootstrap/CapabilitiesContext.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'; |