Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 2d30edb

Browse files
committed
Reverted test
1 parent c7aea38 commit 2d30edb

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tests/PresenceChannelTest.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -117,18 +117,6 @@ public function test_connect_to_presence_channel_when_user_with_same_ids_is_alre
117117
$this->channelManager->getChannelMembers('1234', 'presence-channel')->then(function ($members) {
118118
$this->assertCount(2, $members);
119119
});
120-
121-
$this->pusherServer->onClose($rick);
122-
$this->pusherServer->onClose($morty);
123-
$this->pusherServer->onClose($pickleRick);
124-
125-
$this->channelManager->getGlobalConnectionsCount('1234', 'presence-channel')->then(function ($total) {
126-
$this->assertEquals(3, $total);
127-
});
128-
129-
$this->channelManager->getChannelMembers('1234', 'presence-channel')->then(function ($members) {
130-
$this->assertCount(2, $members);
131-
});
132120
}
133121

134122
public function test_presence_channel_broadcast_member_events()

0 commit comments

Comments
 (0)