Skip to content

Commit

Permalink
Merge branch '3.4' into 4.4
Browse files Browse the repository at this point in the history
* 3.4:
  [Bridge/Twig] Relax tests
  • Loading branch information
nicolas-grekas committed Jun 30, 2020
2 parents 4349223 + a70a77e commit 36e7f0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/Extension/DumpExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public function testDump($context, $args, $expectedOutput, $debug = true)
$this->assertStringStartsWith('<script>', $dump);
$dump = preg_replace('/^.*?<pre/', '<pre', $dump);
$dump = preg_replace('/sf-dump-\d+/', 'sf-dump', $dump);
$dump = preg_replace('/<samp [^>]++>/', '<samp>', $dump);
}
$this->assertEquals($expectedOutput, $dump);
}
Expand Down

0 comments on commit 36e7f0b

Please sign in to comment.