You are here

public function Twig_Tests_ParserTest::testFilterBodyNodesThrowsException in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/test/Twig/Tests/ParserTest.php \Twig_Tests_ParserTest::testFilterBodyNodesThrowsException()

@dataProvider getFilterBodyNodesDataThrowsException @expectedException Twig_Error_Syntax

File

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

Class

Twig_Tests_ParserTest

Code

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