Skip to content

Commit

Permalink
Merge branch '5.4' into 6.0
Browse files Browse the repository at this point in the history
* 5.4:
  [VarDumper] fix tests
  • Loading branch information
nicolas-grekas committed Jan 17, 2022
2 parents 6fc2154 + 970a01f commit 7b70167
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Tests/Caster/RdKafkaCasterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ public function testDumpProducer()

$expectedDump = <<<EODUMP
RdKafka\Producer {
-error_cb: null
-dr_cb: null
out_q_len: %d
%Aout_q_len: %d
orig_broker_id: 1001
orig_broker_name: "$this->broker/1001"
brokers: RdKafka\Metadata\Collection {
Expand Down Expand Up @@ -146,10 +144,7 @@ public function testDumpKafkaConsumer()

$expectedDump = <<<EODUMP
RdKafka\KafkaConsumer {
-error_cb: null
-rebalance_cb: null
-dr_msg_cb: null
subscription: array:1 [
%Asubscription: array:1 [
0 => "test-topic"
]
assignment: []
Expand Down

0 comments on commit 7b70167

Please sign in to comment.