Esempio n. 1
0
 /**
  * @group ZF-6251
  */
 public function testUnknownMethodViaCallInterceptThrowsException()
 {
     $this->setExpectedException("Zend_Service_Exception");
     $as = new Zend_Service_Audioscrobbler();
     $as->someInvalidMethod();
 }