mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 19:36:43 +00:00
disabled some tests that are not compatible with pHp 7.4 yet
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user