예제 #1
0
 /**
  * @depends testAddRetryJob
  */
 public function testIsRetryJob(Job $a)
 {
     $this->assertFalse($a->isRetryJob());
     $this->assertTrue($a->getRetryJobs()->get(0)->isRetryJob());
 }