moved legacy tests that were not executed anymore in 2.x

This commit is contained in:
Fabien Potencier
2018-05-18 09:38:32 +02:00
parent 44bb6cc9ac
commit c412d0f405
2 changed files with 2 additions and 20 deletions
@@ -8,5 +8,5 @@
{% block bar %}Bar{% endblock %}
--DATA--
return array()
--EXPECT--
FooBarBar
--EXCEPTION--
Twig_Error_Runtime: Block "unknown" on template "base.twig" does not exist in "base.twig" at line 2.
@@ -1,18 +0,0 @@
--TEST--
"filename" autoescape strategy
--TEMPLATE--
{{ br -}}
{{ include('index.html.twig') -}}
{{ include('index.txt.twig') -}}
--TEMPLATE(index.html.twig)--
{{ br -}}
--TEMPLATE(index.txt.twig)--
{{ br -}}
--DATA--
return array('br' => '<br />')
--CONFIG--
return array('autoescape' => 'filename')
--EXPECT--
&lt;br /&gt;
&lt;br /&gt;
<br />