8000 [Cache] Fix predis test · symfony/symfony@99f73fc · GitHub
[go: up one dir, main page]

Skip to content

Commit 99f73fc

Browse files
seriquynhnicolas-grekas
authored andcommitted
[Cache] Fix predis test
1 parent d77d89d commit 99f73fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function testCreateConnection()
3434

3535
$params = [
3636
'scheme' => 'tcp',
37-
'host' => 'localhost',
37+
'host' => $redisHost,
3838
'port' => 6379,
3939
'persistent' => 0,
4040
'timeout' => 3,

0 commit comments

Comments
 (0)
0