Security update for Core, with self-updated composer
[yaffs-website] / vendor / twig / twig / test / Twig / Tests / Fixtures / exceptions / strict_comparison_operator.test
1 --TEST--
2 The PHP === strict comparison operator is not supported
3 --TEMPLATE--
4 {{ 1 === 2 }}
5 --EXCEPTION--
6 Twig_Error_Syntax: Unexpected operator of value "=". Did you try to use "===" or "!==" for strict comparison? Use "is same as(value)" instead in "index.twig" at line 2.