Update guzzle to 6.5

This commit is contained in:
Pierre Rudloff 2020-05-13 21:39:38 +02:00
parent bc695cfa15
commit 74db3b9ad0
6 changed files with 144 additions and 86 deletions

View file

@ -9,7 +9,6 @@ namespace Alltube\Test;
use Alltube\Stream\YoutubeChunkStream;
use Alltube\Video;
use Exception;
use GuzzleHttp\Exception\GuzzleException;
/**
* Unit tests for the YoutubeChunkStream class.
@ -20,7 +19,6 @@ class YoutubeChunkStreamTest extends StreamTest
/**
* Prepare tests.
* @throws Exception
* @throws GuzzleException
*/
protected function setUp(): void
{