Skip to content

Commit

Permalink
Merge pull request #45 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 d1877a0 + 2627019 commit 29f9d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/EventSourceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
use Clue\React\EventSource\EventSource;
use PHPUnit\Framework\TestCase;
use React\Http\Io\ReadableBodyStream;
use React\Http\Message\Response;
use React\Promise\Deferred;
use React\Promise\Promise;
use React\Stream\ThroughStream;
use RingCentral\Psr7\Response;

class EventSourceTest extends TestCase
{
Expand Down

0 comments on commit 29f9d70

Please sign in to comment.