Skip to content

Commit

Permalink
Merge branch '4.4' into 5.4
Browse files Browse the repository at this point in the history
* 4.4:
  Fix global state pollution between tests run with ApplicationTester
  µcs fix
  [Intl] Fix the IntlDateFormatter::formatObject signature
  • Loading branch information
fabpot committed Jun 26, 2022
2 parents beecae1 + 8d0ae6d commit 88d1c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Dumper/PhpDumperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ public function testLazyArgumentProvideGenerator()
switch (++$i) {
case 0:
$this->assertEquals('k1', $k);
$this->assertInstanceOf(\stdCLass::class, $v);
$this->assertInstanceOf(\stdClass::class, $v);
break;
case 1:
$this->assertEquals('k2', $k);
Expand Down

0 comments on commit 88d1c0d

Please sign in to comment.