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 { // }