Reverted test

This commit is contained in:
Alex Renoki 2020-12-07 23:29:28 +02:00
parent c7aea38cdc
commit 2d30edb4f6
1 changed files with 0 additions and 12 deletions

View File

@ -117,18 +117,6 @@ class PresenceChannelTest extends TestCase
$this->channelManager->getChannelMembers('1234', 'presence-channel')->then(function ($members) { $this->channelManager->getChannelMembers('1234', 'presence-channel')->then(function ($members) {
$this->assertCount(2, $members); $this->assertCount(2, $members);
}); });
$this->pusherServer->onClose($rick);
$this->pusherServer->onClose($morty);
$this->pusherServer->onClose($pickleRick);
$this->channelManager->getGlobalConnectionsCount('1234', 'presence-channel')->then(function ($total) {
$this->assertEquals(3, $total);
});
$this->channelManager->getChannelMembers('1234', 'presence-channel')->then(function ($members) {
$this->assertCount(2, $members);
});
} }
public function test_presence_channel_broadcast_member_events() public function test_presence_channel_broadcast_member_events()