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 7ecfb65 commit d2769b5Copy full SHA for d2769b5
src/TwigComponent/tests/Integration/EmbeddedComponentTest.php
@@ -192,8 +192,6 @@ 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