Reverted test
This commit is contained in:
parent
c7aea38cdc
commit
2d30edb4f6
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue