public function Twig_Tests_TemplateTest::testGetAttribute

@dataProvider getGetAttributeTests

File

drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php, line 30

Class

Twig_Tests_TemplateTest

Code

public function testGetAttribute($defined, $value, $object, $item, $arguments, $type, $useExt = false) {
  $template = new Twig_TemplateTest(new Twig_Environment(), $useExt);
  $this
    ->assertEquals($value, $template
    ->getAttribute($object, $item, $arguments, $type));
}