laravel-websockets/tests/Channels/PrivateChannelReplicationTe...

19 lines
323 B
PHP
Raw Normal View History

2020-08-14 12:35:36 +00:00
<?php
namespace BeyondCode\LaravelWebSockets\Tests\Channels;
use BeyondCode\LaravelWebSockets\Tests\TestCase;
class PrivateChannelReplicationTest extends TestCase
{
/**
* {@inheritdoc}
*/
public function setUp(): void
{
parent::setUp();
$this->runOnlyOnRedisReplication();
}
}