Exemplo n.º 1
0
 /**
  * @covers Itkg\Batch\State::getDuration
  */
 public function testGetDuration()
 {
     $this->object->setStart(10000);
     $this->object->setEnd(25000);
     $this->assertEquals(15000, $this->object->getDuration());
 }