Skip to content

Commit 502f9ec

Browse files
committed
Update test suite to support new reactphp/http v1.10.0
1 parent 17bb7c5 commit 502f9ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ClientTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
use Clue\React\Docker\Client;
66
use Psr\Http\Message\ResponseInterface;
7+
use React\Http\Message\Response;
78
use React\Promise\Deferred;
89
use React\Stream\ThroughStream;
9-
use RingCentral\Psr7\Response;
1010

1111
class ClientTest extends TestCase
1212
{

tests/Io/ResponseParserTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use Clue\React\Docker\Io\ResponseParser;
66
use Clue\Tests\React\Docker\TestCase;
7-
use RingCentral\Psr7\Response;
7+
use React\Http\Message\Response;
88

99
class ResponseParserTest extends TestCase
1010
{

0 commit comments

Comments
 (0)