Skip to content

Commit

Permalink
Update test suite to support new reactphp/http v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed Apr 26, 2024
1 parent d1877a0 commit 2627019
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 2627019

Please sign in to comment.