Skip to content

Commit

Permalink
Merge branch '5.3' into 5.4
Browse files Browse the repository at this point in the history
* 5.3:
  [VarDumper] fix tests
  • Loading branch information
nicolas-grekas committed Jan 17, 2022
2 parents 0299d67 + daf799d commit 970a01f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Tests/Caster/RdKafkaCasterTest.php
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 970a01f

Please sign in to comment.