--TEST-- "include" function accepts Twig_Template instance --TEMPLATE-- {{ include(foo) }} FOO --TEMPLATE(foo.twig)-- BAR --DATA-- return array('foo' => $twig->loadTemplate('foo.twig')) --EXPECT-- BAR FOO