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

Commit e3e2e4a

Browse files
committed
wip
1 parent 04e8298 commit e3e2e4a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/ConnectionTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,8 @@ public function test_capacity_limit()
111111

112112
public function test_close_all_new_connections_after_stating_the_server_does_not_accept_new_connections()
113113
{
114-
$allowedConnection = $this->newActiveConnection(['test-channel']);
115-
116-
$allowedConnection->assertSentEvent('pusher:connection_established')
114+
$this->newActiveConnection(['test-channel'])
115+
->assertSentEvent('pusher:connection_established')
117116
->assertSentEvent('pusher_internal:subscription_succeeded');
118117

119118
$this->channelManager->declineNewConnections();

0 commit comments

Comments
 (0)