From 68f019e05a65b9b93ae7b6b8bcd9bbd8a6084bf6 Mon Sep 17 00:00:00 2001 From: rennokki Date: Fri, 14 Aug 2020 12:52:34 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/Channels/PresenceChannelReplicationTest.php | 4 ++-- tests/Channels/PresenceChannelTest.php | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/Channels/PresenceChannelReplicationTest.php b/tests/Channels/PresenceChannelReplicationTest.php index 4da0d1b12b..972a8bfab2 100644 --- a/tests/Channels/PresenceChannelReplicationTest.php +++ b/tests/Channels/PresenceChannelReplicationTest.php @@ -50,9 +50,9 @@ public function clients_with_valid_auth_signatures_can_join_presence_channels() json_encode($channelData), ]) ->assertCalledWithArgs('hgetall', [ - '1234:presence-channel' + '1234:presence-channel', ]); - // TODO: This fails somehow + // TODO: This fails somehow // Debugging shows the exact same pattern as good. /* ->assertCalledWithArgs('publish', [ '1234:presence-channel', diff --git a/tests/Channels/PresenceChannelTest.php b/tests/Channels/PresenceChannelTest.php index a837efbba3..e2d4de1903 100644 --- a/tests/Channels/PresenceChannelTest.php +++ b/tests/Channels/PresenceChannelTest.php @@ -2,7 +2,6 @@ namespace BeyondCode\LaravelWebSockets\Tests\Channels; -use BeyondCode\LaravelWebSockets\PubSub\ReplicationInterface; use BeyondCode\LaravelWebSockets\Tests\Mocks\Message; use BeyondCode\LaravelWebSockets\Tests\TestCase; use BeyondCode\LaravelWebSockets\WebSockets\Exceptions\InvalidSignature;