diff --git a/tests/Channels/ChannelTest.php b/tests/Channels/ChannelTest.php index e038bc2..3fca8b8 100644 --- a/tests/Channels/ChannelTest.php +++ b/tests/Channels/ChannelTest.php @@ -103,8 +103,6 @@ class ChannelTest extends TestCase 'event' => 'pusher:ping', ])); - $this->pusherServer->onOpen($connection); - $this->pusherServer->onMessage($connection, $message); $connection->assertSentEvent('pusher:pong');