8000 minor #60182 [VarDumper] fix tests (xabbuh) · symfony/symfony@345e22f · GitHub
[go: up one dir, main page]

Skip to content

Commit 345e22f

Browse files
minor #60182 [VarDumper] fix tests (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- [VarDumper] fix tests | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 4d8d6ca fix tests
2 parents 1e83b4d + 4d8d6ca commit 345e22f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public function testDumpConf()
6161
client.id: "rdkafka"
6262
%A
6363
dr_msg_cb: "0x%x"
64+
%A
6465
}
6566
EODUMP;
6667

@@ -114,7 +115,7 @@ public function testDumpTopicConf()
114115
$expectedDump = <<<EODUMP
115116
RdKafka\TopicConf {
116117
request.required.acks: "%i"
117-
request.timeout.ms: "5000"
118+
request.timeout.ms: "%d"
118119
message.timeout.ms: "300000"
119120
%A
120121
auto.commit.enable: "true"

0 commit comments

Comments
 (0)
0