Skip to content

Commit 5dbee5b

Browse files
committed
[HttpKernel] fix DumpDataCollector tests
1 parent b033e79 commit 5dbee5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/Tests/DataCollector/DumpDataCollectorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function testDump()
5050
);
5151
$this->assertEquals($xDump, $dump);
5252

53-
$this->assertStringMatchesFormat('a:3:{i:0;a:5:{s:4:"data";O:39:"Symfony\Component\VarDumper\Cloner\Data":%a', $collector->serialize());
53+
$this->assertStringMatchesFormat('a:3:{i:0;a:5:{s:4:"data";%c:39:"Symfony\Component\VarDumper\Cloner\Data":%a', $collector->serialize());
5454
$this->assertSame(0, $collector->getDumpsCount());
5555
$this->assertSame('a:2:{i:0;b:0;i:1;s:5:"UTF-8";}', $collector->serialize());
5656
}

0 commit comments

Comments
 (0)