public function testInvalidMethodRaisesException()
 {
     try {
         $this->helper->bogusMethod();
         $this->fail('Invalid method should raise exception');
     } catch (Zend_View_Exception $e) { }
 }
 public function testInvalidMethodRaisesException()
 {
     try {
         $this->helper->bogusMethod();
         $this->fail('Invalid method should raise exception');
     } catch (View\Exception\ExceptionInterface $e) { }
 }