예제 #1
0
 public function testGetNodeInfo()
 {
     $this->Server->queueResponse($this->getTestData(__FUNCTION__));
     $this->assertInstanceOf('mogman1\\Jenkins\\ApiObject\\Node', $this->jenkins->getNodeInfo());
 }