Files
Twig/extra/string-extra/Tests/Fixtures/singular-invalid-language.test
Fabien Potencier 82d31319bb Fix tests
2024-07-05 07:59:36 +02:00

10 lines
258 B
Plaintext
Executable File

--TEST--
"singular" filter
--TEMPLATE--
{{ 'partitions'|singular('it') }}
--DATA--
return []
--EXCEPTION--
Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("Locale "it" is not supported.") in "index.twig" at line 2.