Emptied tests for replication

This commit is contained in:
Alex Renoki 2020-08-14 09:43:47 +03:00
parent 4c23363c14
commit 7458c3e09b
5 changed files with 15 additions and 5 deletions

View File

@ -2,7 +2,9 @@
namespace BeyondCode\LaravelWebSockets\Tests\Channels; namespace BeyondCode\LaravelWebSockets\Tests\Channels;
class ChannelReplicationTest extends ChannelTest use BeyondCode\LaravelWebSockets\Tests\TestCase;
class ChannelReplicationTest extends TestCase
{ {
// //
} }

View File

@ -2,7 +2,9 @@
namespace BeyondCode\LaravelWebSockets\Tests\Channels; namespace BeyondCode\LaravelWebSockets\Tests\Channels;
class PresenceChannelReplicationTest extends PresenceChannelTest use BeyondCode\LaravelWebSockets\Tests\TestCase;
class PresenceChannelReplicationTest extends TestCase
{ {
// //
} }

View File

@ -2,7 +2,9 @@
namespace BeyondCode\LaravelWebSockets\Tests\HttpApi; namespace BeyondCode\LaravelWebSockets\Tests\HttpApi;
class FetchChannelReplicationTest extends FetchChannelTest use BeyondCode\LaravelWebSockets\Tests\TestCase;
class FetchChannelReplicationTest extends TestCase
{ {
// //
} }

View File

@ -2,7 +2,9 @@
namespace BeyondCode\LaravelWebSockets\Tests\HttpApi; namespace BeyondCode\LaravelWebSockets\Tests\HttpApi;
class FetchChannelsReplicationTest extends FetchChannelsTest use BeyondCode\LaravelWebSockets\Tests\TestCase;
class FetchChannelsReplicationTest extends TestCase
{ {
// //
} }

View File

@ -2,7 +2,9 @@
namespace BeyondCode\LaravelWebSockets\Tests\HttpApi; namespace BeyondCode\LaravelWebSockets\Tests\HttpApi;
class FetchUsersReplicationTest extends FetchUsersTest use BeyondCode\LaravelWebSockets\Tests\TestCase;
class FetchUsersReplicationTest extends TestCase
{ {
// //
} }