This commit is contained in:
Marcel Pociot 2018-11-26 00:20:33 +01:00
parent 1e5b8994df
commit 9d7f03d173
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class ConnectionTest extends TestCase
} }
/** @test */ /** @test */
public function clients_can_subscribe_to_channels() public function clients_can_subscribe_to_basic_channels()
{ {
/** @var PusherServer $server */ /** @var PusherServer $server */
$server = app(PusherServer::class); $server = app(PusherServer::class);