public function Twig_Tests_ParserTest::testFilterBodyNodesThrowsException

@dataProvider getFilterBodyNodesDataThrowsException @expectedException Twig_Error_Syntax

File

drupal/core/vendor/twig/twig/test/Twig/Tests/ParserTest.php, line 70

Class

Twig_Tests_ParserTest

Code

public function testFilterBodyNodesThrowsException($input) {
  $parser = $this
    ->getParserForFilterBodyNodes();
  $parser
    ->filterBodyNodes($input);
}