From 850ebe57dc578b51a8d72982f8a39a1080484156 Mon Sep 17 00:00:00 2001 From: rennokki Date: Wed, 19 Aug 2020 00:02:25 +0300 Subject: [PATCH] Apply fixes from StyleCI (#474) --- tests/PubSub/RedisDriverTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/PubSub/RedisDriverTest.php b/tests/PubSub/RedisDriverTest.php index 0558e25..e6585a1 100644 --- a/tests/PubSub/RedisDriverTest.php +++ b/tests/PubSub/RedisDriverTest.php @@ -2,10 +2,7 @@ namespace BeyondCode\LaravelWebSockets\Tests\PubSub; -use BeyondCode\LaravelWebSockets\PubSub\Drivers\RedisClient; use BeyondCode\LaravelWebSockets\Tests\TestCase; -use React\EventLoop\Factory as LoopFactory; -use BeyondCode\LaravelWebSockets\Tests\Mocks\RedisFactory; class RedisDriverTest extends TestCase {