Merge branch 'master' of github.com:beyondcode/laravel-websockets
This commit is contained in:
commit
ce9da0d0f0
|
|
@ -135,7 +135,7 @@ class ChannelTest extends TestCase
|
||||||
/** @test */
|
/** @test */
|
||||||
public function it_responds_correctly_to_the_ping_message()
|
public function it_responds_correctly_to_the_ping_message()
|
||||||
{
|
{
|
||||||
$connection = $this->getWebSocketConnection();
|
$connection = $this->getConnectedWebSocketConnection();
|
||||||
|
|
||||||
$message = new Message(json_encode([
|
$message = new Message(json_encode([
|
||||||
'event' => 'pusher:ping',
|
'event' => 'pusher:ping',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue