コード例 #1
0
ファイル: ServerTest.php プロジェクト: pnaq57/zf2demo
 public function testCallingUnregisteredMethod()
 {
     $this->setExpectedException('Zend\\XmlRpc\\Server\\Exception\\ExceptionInterface', 'Unknown instance method called on server: foobarbaz');
     $this->_server->foobarbaz();
 }