Merge branch 'feature/async-queue' of github.com:beyondcode/laravel-websockets into feature/async-queue

This commit is contained in:
Alex Renoki 2020-09-26 10:47:53 +03:00
commit f39fa98f4d
1 changed files with 0 additions and 6 deletions

View File

@ -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 AsyncRedisQueueTest extends TestCase
{