laravel-websockets/tests/HttpApi/FetchChannelReplicationTest...

18 lines
317 B
PHP
Raw Normal View History

<?php
namespace BeyondCode\LaravelWebSockets\Tests\HttpApi;
use BeyondCode\LaravelWebSockets\Tests\TestsReplication;
class FetchChannelReplicationTest extends FetchChannelTest
{
use TestsReplication;
2020-08-13 11:02:58 +00:00
public function setUp(): void
{
parent::setUp();
$this->setupReplication();
}
}