Fixing redis cache tests.

This commit is contained in:
Lonnie Ezell 2018-06-24 22:46:27 -05:00
parent 946760a583
commit a022b907ba
No known key found for this signature in database
GPG Key ID: 8EB408F8D82F5002

View File

@ -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');
}