Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3f81dd1

Browse filesBrowse files
minor #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
Copy full SHA for 3f81dd1

File tree

1 file changed

+1
-2
lines changed
Filter options

1 file changed

+1
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Tests/Caster/RedisCasterTest.php
+1-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.