/** * @expectedException \InvalidArgumentException */ public function testHelperWrongCallable() { $helper = new \Handlebars\Helpers(); $helper->add('test', 1); }