[Cache] Fix predis test

This commit is contained in:
Quynh Xuan Nguyen 2019-08-17 19:50:09 +07:00 committed by Nicolas Grekas
parent d77d89d74f
commit 99f73fcca8

View File

@ -34,7 +34,7 @@ class PredisAdapterTest extends AbstractRedisAdapterTest
$params = [ $params = [
'scheme' => 'tcp', 'scheme' => 'tcp',
'host' => 'localhost', 'host' => $redisHost,
'port' => 6379, 'port' => 6379,
'persistent' => 0, 'persistent' => 0,
'timeout' => 3, 'timeout' => 3,