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 6cdfd71

Browse filesBrowse files
minor #45045 [VarDumper] fix tests (nicolas-grekas)
This PR was merged into the 5.3 branch. Discussion ---------- [VarDumper] fix tests | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | no | License | MIT | Doc PR | - Commits ------- 7578cfa [VarDumper] fix tests
2 parents b778acc + 7578cfa commit 6cdfd71
Copy full SHA for 6cdfd71

File tree

1 file changed

+2
-7
lines changed
Filter options

1 file changed

+2
-7
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Tests/Caster/RdKafkaCasterTest.php
+2-7Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ public function testDumpProducer()
7777

7878
$expectedDump = <<<EODUMP
7979
RdKafka\Producer {
80-
-error_cb: null
81-
-dr_cb: null
82-
out_q_len: %d
80+
%Aout_q_len: %d
8381
orig_broker_id: 1001
8482
orig_broker_name: "$this->broker/1001"
8583
brokers: RdKafka\Metadata\Collection {
@@ -146,10 +144,7 @@ public function testDumpKafkaConsumer()
146144

147145
$expectedDump = <<<EODUMP
148146
RdKafka\KafkaConsumer {
149-
-error_cb: null
150-
-rebalance_cb: null
151-
-dr_msg_cb: null
152-
subscription: array:1 [
147+
%Asubscription: array:1 [
153148
0 => "test-topic"
154149
]
155150
assignment: []

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.