public function Twig_Tests_TemplateTest::getGetAttributeWithTemplateAsObject in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/test/Twig/Tests/TemplateTest.php \Twig_Tests_TemplateTest::getGetAttributeWithTemplateAsObject()
File
- vendor/
twig/ twig/ test/ Twig/ Tests/ TemplateTest.php, line 164
Class
Code
public function getGetAttributeWithTemplateAsObject() {
$bools = array(
array(
false,
),
);
if (function_exists('twig_template_get_attributes')) {
$bools[] = array(
true,
);
}
return $bools;
}