public function testShy() { $app = $this->getApp(); $handlers = $this->getTwigHandlers($app); $handlers['html'] = $this->getMockHandler('HtmlHandler', 'shy'); $twig = new TwigExtension($app, $handlers, true); $twig->shy(null); }