From dea681703b319f3c04b18a4b6236813c0c508d6b Mon Sep 17 00:00:00 2001 From: rennokki Date: Sat, 26 Sep 2020 07:31:16 +0000 Subject: [PATCH] Apply fixes from StyleCI (#554) --- tests/RedisQueueTest.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/RedisQueueTest.php b/tests/RedisQueueTest.php index 69ed2dd..169451a 100644 --- a/tests/RedisQueueTest.php +++ b/tests/RedisQueueTest.php @@ -3,15 +3,9 @@ namespace BeyondCode\LaravelWebSockets\Test; use BeyondCode\LaravelWebSockets\Queue\AsyncRedisQueue; -use Illuminate\Container\Container; -use Illuminate\Contracts\Redis\Factory; -use Illuminate\Queue\Jobs\RedisJob; use Illuminate\Queue\Queue; -use Illuminate\Support\Carbon; use Illuminate\Support\InteractsWithTime; -use Illuminate\Support\Str; use Mockery as m; -use stdClass; class RedisQueueTest extends TestCase {