Skip to content

Commit

Permalink
Fix templates path in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiopogliani committed Apr 8, 2022
1 parent e1284d8 commit a9b1f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ComponentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ protected function setupTwig(): \Twig\Environment
]);

Configuration::make($twig)
->setTemplatesPath('_components')
->setTemplatesPath('components')
->setTemplatesExtension('twig')
->useGlobalContext(false)
->setup();
Expand Down

0 comments on commit a9b1f5f

Please sign in to comment.