mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-11 18:06:46 +00:00
10 lines
294 B
Plaintext
10 lines
294 B
Plaintext
--TEST--
|
|
"include_only" function ignores missing templates
|
|
--TEMPLATE--
|
|
{{ include_only(["foo.twig", "bar.twig"], ignore_missing = true) }}
|
|
{{ include_only("foo.twig", ignore_missing = true) }}
|
|
{{ include_only("foo.twig", ignore_missing = true, variables = {}) }}
|
|
--DATA--
|
|
return []
|
|
--EXPECT--
|