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