Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 27b5b03

Browse files
authored
Apply fixes from StyleCI (#643)
1 parent 9335b41 commit 27b5b03

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/FetchUsersTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
namespace BeyondCode\LaravelWebSockets\Test;
44

55
use BeyondCode\LaravelWebSockets\API\FetchUsers;
6-
use BeyondCode\LaravelWebSockets\Console\Commands\StartServer;
76
use GuzzleHttp\Psr7\Request;
87
use Pusher\Pusher;
98
use Symfony\Component\HttpKernel\Exception\HttpException;
109

1110
class FetchUsersTest extends TestCase
1211
{
13-
1412
public function test_invalid_signatures_can_not_access_the_api()
1513
{
1614
$this->expectException(HttpException::class);

0 commit comments

Comments
 (0)