8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b778acc + 7578cfa commit 6cdfd71Copy full SHA for 6cdfd71
src/Symfony/Component/VarDumper/Tests/Caster/RdKafkaCasterTest.php
@@ -77,9 +77,7 @@ public function testDumpProducer()
77
78
$expectedDump = <<<EODUMP
79
RdKafka\Producer {
80
- -error_cb: null
81
- -dr_cb: null
82
- out_q_len: %d
+%Aout_q_len: %d
83
orig_broker_id: 1001
84
orig_broker_name: "$this->broker/1001"
85
brokers: RdKafka\Metadata\Collection {
@@ -146,10 +144,7 @@ public function testDumpKafkaConsumer()
146
144
147
145
148
RdKafka\KafkaConsumer {
149
150
- -rebalance_cb: null
151
- -dr_msg_cb: null
152
- subscription: array:1 [
+%Asubscription: array:1 [
153
0 => "test-topic"
154
]
155
assignment: []
0 commit comments