コード例 #1
0
ファイル: ServerTest.php プロジェクト: omusico/logica
 public function testLoadFunctionsIsNotImplemented()
 {
     $server = new Zend_Soap_Server();
     try {
         $server->loadFunctions("bogus");
         $this->fail();
     } catch (Zend_Soap_Server_Exception $e) {
     }
 }