mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Fixing redis cache tests.
This commit is contained in:
parent
946760a583
commit
a022b907ba
@ -57,7 +57,7 @@ class RedisHandlerTest extends \CIUnitTestCase
|
||||
|
||||
$this->config = new \Config\Cache();
|
||||
|
||||
$this->redisHandler = new RedisHandler($this->config->redis);
|
||||
$this->redisHandler = new RedisHandler($this->config);
|
||||
if (!$this->redisHandler->isSupported()) {
|
||||
$this->markTestSkipped('Not support redis');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user