Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/var-dumper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.3.13
Choose a base ref
...
head repository: symfony/var-dumper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.3.14
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 2, 2022

  1. Bump license year

    fabpot committed Jan 2, 2022
    Copy the full SHA
    e74eee4 View commit details
  2. Merge branch '4.4' into 5.3

    * 4.4:
      Bump license year
      [HttpClient] Turn negative timeout to a very long timeout
      Features goes to 6.x branch
      [Validator] throw when Constraint::_construct() has not been called
      Bump Symfony version to 4.4.37
      Update VERSION for 4.4.36
      Update CONTRIBUTORS for 4.4.36
      Update CHANGELOG for 4.4.36
      Allow symfony/runtime plugin
    fabpot committed Jan 2, 2022
    Copy the full SHA
    74f7c95 View commit details

Commits on Jan 17, 2022

  1. [VarDumper] fix tests

    nicolas-grekas committed Jan 17, 2022
    Copy the full SHA
    daf799d View commit details
Showing with 3 additions and 8 deletions.
  1. +1 −1 LICENSE
  2. +2 −7 Tests/Caster/RdKafkaCasterTest.php
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2021 Fabien Potencier
Copyright (c) 2014-2022 Fabien Potencier

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
9 changes: 2 additions & 7 deletions Tests/Caster/RdKafkaCasterTest.php
Original file line number Diff line number Diff line change
@@ -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 {
@@ -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: []