Skip to content

Commit

Permalink
Merge pull request #87 from SimonFrings/http_v1.10.0
Browse files Browse the repository at this point in the history
Update test suite to support new reactphp/http `v1.10.0`
  • Loading branch information
clue authored Apr 26, 2024
2 parents 17bb7c5 + 502f9ec commit dabffaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

use Clue\React\Docker\Client;
use Psr\Http\Message\ResponseInterface;
use React\Http\Message\Response;
use React\Promise\Deferred;
use React\Stream\ThroughStream;
use RingCentral\Psr7\Response;

class ClientTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Io/ResponseParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Clue\React\Docker\Io\ResponseParser;
use Clue\Tests\React\Docker\TestCase;
use RingCentral\Psr7\Response;
use React\Http\Message\Response;

class ResponseParserTest extends TestCase
{
Expand Down

0 comments on commit dabffaa

Please sign in to comment.