コード例 #1
0
ファイル: ServerTest.php プロジェクト: pnaq57/zf2demo
 public function testPassingInvalidResponseClassThrowsException()
 {
     $this->setExpectedException('Zend\\XmlRpc\\Server\\Exception\\ExceptionInterface', 'Invalid response class');
     $this->_server->setResponseClass('stdClass');
 }