Emptied tests for replication
This commit is contained in:
parent
4c23363c14
commit
7458c3e09b
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
namespace BeyondCode\LaravelWebSockets\Tests\Channels;
|
||||
|
||||
class ChannelReplicationTest extends ChannelTest
|
||||
use BeyondCode\LaravelWebSockets\Tests\TestCase;
|
||||
|
||||
class ChannelReplicationTest extends TestCase
|
||||
{
|
||||
//
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
namespace BeyondCode\LaravelWebSockets\Tests\Channels;
|
||||
|
||||
class PresenceChannelReplicationTest extends PresenceChannelTest
|
||||
use BeyondCode\LaravelWebSockets\Tests\TestCase;
|
||||
|
||||
class PresenceChannelReplicationTest extends TestCase
|
||||
{
|
||||
//
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
namespace BeyondCode\LaravelWebSockets\Tests\HttpApi;
|
||||
|
||||
class FetchChannelReplicationTest extends FetchChannelTest
|
||||
use BeyondCode\LaravelWebSockets\Tests\TestCase;
|
||||
|
||||
class FetchChannelReplicationTest extends TestCase
|
||||
{
|
||||
//
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
namespace BeyondCode\LaravelWebSockets\Tests\HttpApi;
|
||||
|
||||
class FetchChannelsReplicationTest extends FetchChannelsTest
|
||||
use BeyondCode\LaravelWebSockets\Tests\TestCase;
|
||||
|
||||
class FetchChannelsReplicationTest extends TestCase
|
||||
{
|
||||
//
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
namespace BeyondCode\LaravelWebSockets\Tests\HttpApi;
|
||||
|
||||
class FetchUsersReplicationTest extends FetchUsersTest
|
||||
use BeyondCode\LaravelWebSockets\Tests\TestCase;
|
||||
|
||||
class FetchUsersReplicationTest extends TestCase
|
||||
{
|
||||
//
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue