Skip to content

Commit 3f81dd1

Browse files
minor symfony#23917 [VarDumper] Fix tests with phpredis 3.1.3 (nicolas-grekas)
This PR was merged into the 3.3 branch. Discussion ---------- [VarDumper] Fix tests with phpredis 3.1.3 | Q | A | ------------- | --- | Branch? | 3.3 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - The "socket" property is gone with phpredis 3.1.3. Commits ------- 773f166 [VarDumper] Fix tests with phpredis 3.1.3
2 parents a014222 + 773f166 commit 3f81dd1

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)