示例#1
0
 public function testGetJob()
 {
     $this->Server->queueResponse($this->getTestData(__FUNCTION__));
     $this->assertInstanceOf('mogman1\\Jenkins\\ApiObject\\Job', $this->jenkins->getJob("jenkins-web-api"));
 }