@expectedException Twig_Error_Syntax
public function testSetMacroThrowsExceptionOnReservedMethods() { $parser = $this ->getParser(); $parser ->setMacro('display', $this ->getMock('Twig_Node_Macro', array(), array(), '', null)); }