19 $twig =
new Twig_Environment($this->getMockBuilder(
'Twig_LoaderInterface')->getMock());
25 $this->assertEquals(
array(
'Twig Function "deprec" is deprecated in deprec.twig at line 1.'), $deprecations);
38 'ok.twig' =>
'{{ foo }}',
39 'deprec.twig' =>
'{{ deprec("foo") }}',
Represents a template function.
Create styles array
The data for the language used.
Stores the Twig configuration.