Skip to content

Commit 88d1c0d

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: Fix global state pollution between tests run with ApplicationTester µcs fix [Intl] Fix the IntlDateFormatter::formatObject signature
2 parents beecae1 + 8d0ae6d commit 88d1c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Dumper/PhpDumperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ public function testLazyArgumentProvideGenerator()
832832
switch (++$i) {
833833
case 0:
834834
$this->assertEquals('k1', $k);
835-
$this->assertInstanceOf(\stdCLass::class, $v);
835+
$this->assertInstanceOf(\stdClass::class, $v);
836836
break;
837837
case 1:
838838
$this->assertEquals('k2', $k);

0 commit comments

Comments
 (0)