Beispiel #1
0
 public function testSetExpiresAtValue()
 {
     $job = new Job();
     $job->setExpiresAtValue();
     $this->assertEquals(time() + 86400 * 30, $job->getExpiresAt()->format('U'));
 }