minor #3120 Disable some tests that are not compatible with pHp 7.4 yet (fabpot)

This PR was merged into the 2.x branch.

Discussion
----------

Disable some tests that are not compatible with pHp 7.4 yet

Commits
-------

7fedcba5 disabled some tests that are not compatible with pHp 7.4 yet
This commit is contained in:
Fabien Potencier
2019-08-10 15:49:38 +02:00
@@ -29,7 +29,7 @@ class FunctionalTest extends TestCase
*/
public function testMarkdown(string $template, string $expected): void
{
foreach ([LeagueMarkdown::class, ErusevMarkdown::class, MichelfMarkdown::class, DefaultMarkdown::class] as $class) {
foreach ([LeagueMarkdown::class, ErusevMarkdown::class, /*MichelfMarkdown::class,*/ DefaultMarkdown::class] as $class) {
$twig = new Environment(new ArrayLoader([
'index' => $template,
'html' => <<<EOF