We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2769b5 commit 375f232Copy full SHA for 375f232
src/TwigComponent/tests/Integration/EmbeddedComponentTest.php
@@ -192,6 +192,8 @@ private static function render(string $template): string
192
/** @var Environment $twig */
193
$twig = self::getContainer()->get(Environment::class);
194
$twig->setCache(false);
195
+ $twig->enableAutoReload();
196
+ $twig->enableDebug();
197
198
return $twig->render($template);
199
}
0 commit comments