@expectedException Twig_Sandbox_SecurityError @expectedExceptionMessage Filter "json_encode" is not allowed in "1_child".
public function testSandboxWithInheritance() {
$twig = $this
->getEnvironment(true, array(), self::$templates, array(
'block',
));
$twig
->loadTemplate('1_child')
->render(array());
}