コード例 #1
0
 public function testCallingUnregisteredMethod()
 {
     $this->setExpectedException('Zend_XmlRpc_Server_Exception', 'Unknown instance method called on server: foobarbaz');
     $this->_server->foobarbaz();
 }