wip
This commit is contained in:
parent
6103f7ea1b
commit
90cf7623fa
|
|
@ -103,8 +103,6 @@ class ChannelTest extends TestCase
|
||||||
'event' => 'pusher:ping',
|
'event' => 'pusher:ping',
|
||||||
]));
|
]));
|
||||||
|
|
||||||
$this->pusherServer->onOpen($connection);
|
|
||||||
|
|
||||||
$this->pusherServer->onMessage($connection, $message);
|
$this->pusherServer->onMessage($connection, $message);
|
||||||
|
|
||||||
$connection->assertSentEvent('pusher:pong');
|
$connection->assertSentEvent('pusher:pong');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue