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

Commit f39fa98

Browse files
committed
Merge branch 'feature/async-queue' of github.com:beyondcode/laravel-websockets into feature/async-queue
2 parents a370e64 + dea6817 commit f39fa98

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/AsyncRedisQueueTest.php

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

55
use BeyondCode\LaravelWebSockets\Queue\AsyncRedisQueue;
6-
use Illuminate\Container\Container;
7-
use Illuminate\Contracts\Redis\Factory;
8-
use Illuminate\Queue\Jobs\RedisJob;
96
use Illuminate\Queue\Queue;
10-
use Illuminate\Support\Carbon;
117
use Illuminate\Support\InteractsWithTime;
12-
use Illuminate\Support\Str;
138
use Mockery as m;
14-
use stdClass;
159

1610
class AsyncRedisQueueTest extends TestCase
1711
{

0 commit comments

Comments
 (0)