@covers Twig_Node_SandboxedPrint::__construct
public function testConstructor() { $node = new Twig_Node_SandboxedPrint($expr = new Twig_Node_Expression_Constant('foo', 0), 0); $this ->assertEquals($expr, $node ->getNode('expr')); }