Merge branch 'feature/async-queue' of github.com:beyondcode/laravel-websockets into feature/async-queue
This commit is contained in:
commit
f39fa98f4d
|
|
@ -3,15 +3,9 @@
|
||||||
namespace BeyondCode\LaravelWebSockets\Test;
|
namespace BeyondCode\LaravelWebSockets\Test;
|
||||||
|
|
||||||
use BeyondCode\LaravelWebSockets\Queue\AsyncRedisQueue;
|
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\Queue\Queue;
|
||||||
use Illuminate\Support\Carbon;
|
|
||||||
use Illuminate\Support\InteractsWithTime;
|
use Illuminate\Support\InteractsWithTime;
|
||||||
use Illuminate\Support\Str;
|
|
||||||
use Mockery as m;
|
use Mockery as m;
|
||||||
use stdClass;
|
|
||||||
|
|
||||||
class AsyncRedisQueueTest extends TestCase
|
class AsyncRedisQueueTest extends TestCase
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue