Skip to content

Commit d2769b5

Browse files
authored
Update EmbeddedComponentTest.php
1 parent 7ecfb65 commit d2769b5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/TwigComponent/tests/Integration/EmbeddedComponentTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,6 @@ private static function render(string $template): string
192192
/** @var Environment $twig */
193193
$twig = self::getContainer()->get(Environment::class);
194194
$twig->setCache(false);
195-
$twig->enableAutoReload();
196-
$twig->enableDebug();
197195

198196
return $twig->render($template);
199197
}

0 commit comments

Comments
 (0)