fileNamePattern('*.twig'); $twigConfig->global('favicon', '@App\Service\Favicon'); $twigConfig->formThemes(['bootstrap_5_layout.html.twig']); if ($c->env() === 'test') { $twigConfig->strictVariables(true); } };