This commit is contained in:
freek 2018-11-29 00:00:42 +01:00
parent 6103f7ea1b
commit 90cf7623fa
1 changed files with 0 additions and 2 deletions

View File

@ -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');