示例#1
0
 public function testLoadFunctionsIsNotImplemented()
 {
     $server = new Zend_Soap_Server();
     try {
         $server->loadFunctions("bogus");
         $this->fail();
     } catch (Zend_Soap_Server_Exception $e) {
     }
 }