Merge branch '3.4' into 4.4

* 3.4:
  [Bridge/Twig] Relax tests
This commit is contained in:
Nicolas Grekas 2020-06-30 19:59:39 +02:00
commit b9354dc62f
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ class DumpExtensionTest extends TestCase
$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);
}