From 7458c3e09b0b096e355425aa6745b4f4f6f2e8bd Mon Sep 17 00:00:00 2001 From: Alex Renoki Date: Fri, 14 Aug 2020 09:43:47 +0300 Subject: [PATCH] Emptied tests for replication --- tests/Channels/ChannelReplicationTest.php | 4 +++- tests/Channels/PresenceChannelReplicationTest.php | 4 +++- tests/HttpApi/FetchChannelReplicationTest.php | 4 +++- tests/HttpApi/FetchChannelsReplicationTest.php | 4 +++- tests/HttpApi/FetchUsersReplicationTest.php | 4 +++- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/tests/Channels/ChannelReplicationTest.php b/tests/Channels/ChannelReplicationTest.php index 64c1ec2..e3c79c3 100644 --- a/tests/Channels/ChannelReplicationTest.php +++ b/tests/Channels/ChannelReplicationTest.php @@ -2,7 +2,9 @@ namespace BeyondCode\LaravelWebSockets\Tests\Channels; -class ChannelReplicationTest extends ChannelTest +use BeyondCode\LaravelWebSockets\Tests\TestCase; + +class ChannelReplicationTest extends TestCase { // } diff --git a/tests/Channels/PresenceChannelReplicationTest.php b/tests/Channels/PresenceChannelReplicationTest.php index f12edd7..4008be2 100644 --- a/tests/Channels/PresenceChannelReplicationTest.php +++ b/tests/Channels/PresenceChannelReplicationTest.php @@ -2,7 +2,9 @@ namespace BeyondCode\LaravelWebSockets\Tests\Channels; -class PresenceChannelReplicationTest extends PresenceChannelTest +use BeyondCode\LaravelWebSockets\Tests\TestCase; + +class PresenceChannelReplicationTest extends TestCase { // } diff --git a/tests/HttpApi/FetchChannelReplicationTest.php b/tests/HttpApi/FetchChannelReplicationTest.php index e270ecd..46dc080 100644 --- a/tests/HttpApi/FetchChannelReplicationTest.php +++ b/tests/HttpApi/FetchChannelReplicationTest.php @@ -2,7 +2,9 @@ namespace BeyondCode\LaravelWebSockets\Tests\HttpApi; -class FetchChannelReplicationTest extends FetchChannelTest +use BeyondCode\LaravelWebSockets\Tests\TestCase; + +class FetchChannelReplicationTest extends TestCase { // } diff --git a/tests/HttpApi/FetchChannelsReplicationTest.php b/tests/HttpApi/FetchChannelsReplicationTest.php index 521044f..a3d1664 100644 --- a/tests/HttpApi/FetchChannelsReplicationTest.php +++ b/tests/HttpApi/FetchChannelsReplicationTest.php @@ -2,7 +2,9 @@ namespace BeyondCode\LaravelWebSockets\Tests\HttpApi; -class FetchChannelsReplicationTest extends FetchChannelsTest +use BeyondCode\LaravelWebSockets\Tests\TestCase; + +class FetchChannelsReplicationTest extends TestCase { // } diff --git a/tests/HttpApi/FetchUsersReplicationTest.php b/tests/HttpApi/FetchUsersReplicationTest.php index 74cf8c1..706a07d 100644 --- a/tests/HttpApi/FetchUsersReplicationTest.php +++ b/tests/HttpApi/FetchUsersReplicationTest.php @@ -2,7 +2,9 @@ namespace BeyondCode\LaravelWebSockets\Tests\HttpApi; -class FetchUsersReplicationTest extends FetchUsersTest +use BeyondCode\LaravelWebSockets\Tests\TestCase; + +class FetchUsersReplicationTest extends TestCase { // }