diff --git a/tests/ComponentTest.php b/tests/ComponentTest.php index 53fa150..e0baf81 100644 --- a/tests/ComponentTest.php +++ b/tests/ComponentTest.php @@ -20,7 +20,7 @@ protected function setupTwig(): \Twig\Environment ]); Configuration::make($twig) - ->setTemplatesPath('_components') + ->setTemplatesPath('components') ->setTemplatesExtension('twig') ->useGlobalContext(false) ->setup();