Apply fixes from StyleCI (#463)

This commit is contained in:
rennokki 2020-08-17 11:48:14 +03:00 committed by GitHub
parent 04ff39d75e
commit b1e6b6ecc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 98 additions and 101 deletions

View File

@ -6,7 +6,6 @@ use BeyondCode\LaravelWebSockets\Tests\Mocks\Message;
use BeyondCode\LaravelWebSockets\Tests\TestCase;
use BeyondCode\LaravelWebSockets\WebSockets\Exceptions\InvalidSignature;
class PrivateChannelReplicationTest extends TestCase
{
/**

View File

@ -8,7 +8,6 @@ use BeyondCode\LaravelWebSockets\Tests\TestCase;
use GuzzleHttp\Psr7\Request;
use Illuminate\Http\JsonResponse;
use Pusher\Pusher;
use Symfony\Component\HttpKernel\Exception\HttpException;
class FetchChannelsReplicationTest extends TestCase
{
@ -55,7 +54,6 @@ class FetchChannelsReplicationTest extends TestCase
->assertCalled('multi')
->assertCalledWithArgs('hlen', ['1234:presence-channel'])
->assertCalled('exec');
}
/** @test */