コード例 #1
0
 public function testSetJob()
 {
     $newJob = new Job();
     $newJob->setId(2);
     $this->rebalancerAction->setJob($newJob);
     $this->assertEquals(2, $this->rebalancerAction->getJob()->getId());
 }