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

10 lines
253 B
Plaintext
Executable File

--TEST--
"plural" filter
--TEMPLATE--
{{ 'partition'|plural('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.