8000 [VarDumper] Fix tests with phpredis 3.1.3 · symfony/symfony@773f166 · GitHub
[go: up one dir, main page]

Skip to content

Commit 773f166

Browse files
[VarDumper] Fix tests with phpredis 3.1.3
1 parent a014222 commit 773f166

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Symfony/Component/VarDumper/Tests/Caster/RedisCasterTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ public function testConnected()
6161
EODUMP;
6262
} else {
6363
$xCast = <<<'EODUMP'
64-
Redis {
65-
+"socket": Redis Socket Buffer resource
64+
Redis {%A
6665
isConnected: true
6766
host: "127.0.0.1"
6867
port: 6379

0 commit comments

Comments
 (0)
0