コード例 #1
0
ファイル: RejectTest.php プロジェクト: hitmeister/api-sdk-php
 /**
  * @expectedException \Hitmeister\Component\Api\Exceptions\RuntimeException
  * @expectedExceptionMessage Required params id is not set
  */
 public function testExceptionOnEmptyId()
 {
     $get = new Reject($this->transport);
     $get->getURI();
 }