Skip to content

Commit

Permalink
[HttpKernel] fix DumpDataCollector tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Jul 9, 2017
1 parent b033e79 commit 5dbee5b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -50,7 +50,7 @@ public function testDump()
);
$this->assertEquals($xDump, $dump);

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

0 comments on commit 5dbee5b

Please sign in to comment.