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