Skip to content

Commit

Permalink
Fixing redis cache tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnieezell committed Jun 25, 2018
1 parent 946760a commit a022b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/Cache/Handlers/RedisHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function setUp()

$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');
}
Expand Down

0 comments on commit a022b90

Please sign in to comment.