Exemplo n.º 1
0
 /**
  *
  */
 public function testGetDOSTimestamp()
 {
     $time = Time::createFromTimestamp(431093532);
     $this->assertSame(119431558, $time->getDOSTimestamp());
 }