8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f4141 commit 18a2f33Copy full SHA for 18a2f33
tests/Integration/Cache/RedisStoreTest.php
@@ -6,6 +6,8 @@
6
use Illuminate\Cache\RedisStore;
7
use Illuminate\Foundation\Testing\Concerns\InteractsWithRedis;
8
use Illuminate\Redis\Connections\PhpRedisClusterConnection;
9
+use Illuminate\Support\Facades\Cache;
10
+use Illuminate\Support\Facades\Redis;
11
use Illuminate\Support\Sleep;
12
use Mockery as m;
13
use Orchestra\Testbench\TestCase;
0 commit comments