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 163d41f commit 19a4f0dCopy full SHA for 19a4f0d
tests/Integration/Cache/MemoizedStoreTest.php
@@ -32,7 +32,8 @@ protected function setUp(): void
32
$this->setUpRedis();
33
34
Config::set('cache.default', 'redis');
35
- Redis::flushAll();
+ Redis::connection(Config::get('cache.stores.redis.connection'))->flushDb();
36
+ Redis::connection(Config::get('cache.stores.redis.lock_connection'))->flushDb();
37
}
38
39
protected function tearDown(): void
0 commit comments