public function testShuffle() { $app = $this->getApp(); $handlers = $this->getTwigHandlers($app); $handlers['array'] = $this->getMockHandler('ArrayHandler', 'shuffle'); $twig = new TwigExtension($app, $handlers, true); $twig->shuffle(null); }