diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2019-01-28 06:10:26 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2019-05-28 11:42:27 +0200 |
commit | 448d99f84e93697ce49ec31224addb1da1a37a9f (patch) | |
tree | dac85bc07ca0e6cf253d90b859811eaff28a4bd4 /tests/Wallabag/CoreBundle | |
parent | 1048c9c4a811821b00cc04bfec905bebcc22bac4 (diff) | |
download | wallabag-448d99f84e93697ce49ec31224addb1da1a37a9f.tar.gz wallabag-448d99f84e93697ce49ec31224addb1da1a37a9f.tar.zst wallabag-448d99f84e93697ce49ec31224addb1da1a37a9f.zip |
CS
Diffstat (limited to 'tests/Wallabag/CoreBundle')
-rw-r--r-- | tests/Wallabag/CoreBundle/Helper/DownloadImagesTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Helper/DownloadImagesTest.php b/tests/Wallabag/CoreBundle/Helper/DownloadImagesTest.php index 53758364..0199b3e4 100644 --- a/tests/Wallabag/CoreBundle/Helper/DownloadImagesTest.php +++ b/tests/Wallabag/CoreBundle/Helper/DownloadImagesTest.php | |||
@@ -3,10 +3,10 @@ | |||
3 | namespace Tests\Wallabag\CoreBundle\Helper; | 3 | namespace Tests\Wallabag\CoreBundle\Helper; |
4 | 4 | ||
5 | use GuzzleHttp\Client; | 5 | use GuzzleHttp\Client; |
6 | use GuzzleHttp\Psr7\Response; | ||
6 | use GuzzleHttp\Stream\Stream; | 7 | use GuzzleHttp\Stream\Stream; |
7 | use GuzzleHttp\Subscriber\Mock; | 8 | use GuzzleHttp\Subscriber\Mock; |
8 | use Http\Mock\Client as HttpMockClient; | 9 | use Http\Mock\Client as HttpMockClient; |
9 | use GuzzleHttp\Psr7\Response; | ||
10 | use Monolog\Handler\TestHandler; | 10 | use Monolog\Handler\TestHandler; |
11 | use Monolog\Logger; | 11 | use Monolog\Logger; |
12 | use PHPUnit\Framework\TestCase; | 12 | use PHPUnit\Framework\TestCase; |