laravel-websockets/tests/HttpApi/FetchUsersReplicationTest.php

19 lines
318 B
PHP

<?php
namespace BeyondCode\LaravelWebSockets\Tests\HttpApi;
use BeyondCode\LaravelWebSockets\Tests\TestCase;
class FetchUsersReplicationTest extends TestCase
{
/**
* {@inheritdoc}
*/
public function setUp(): void
{
parent::setUp();
$this->runOnlyOnRedisReplication();
}
}