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