Exemplo n.º 1
0
 public function testSetFinishedAt()
 {
     $this->job->setFinishedAt('2000-12-12 12:12:12');
     $this->assertEquals('2000-12-12 12:12:12', $this->job->getFinishedAt());
 }