Skip to content

Commit

Permalink
Merge branch '4.4' into 5.0
Browse files Browse the repository at this point in the history
* 4.4:
  [Bridge/Twig] Relax tests
  • Loading branch information
nicolas-grekas committed Jun 30, 2020
2 parents 57fcd44 + 36e7f0b commit 293e5f0
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 293e5f0

Please sign in to comment.