Пример #1
0
 /**
  * @covers Fp\Core\Date::unixTime
  * @todo   Implement testUnixTime().
  */
 public function testUnixTime()
 {
     $this->assertEquals(914544000, \Fp\Core\Date::fromFormat('d/m/Y', '25/12/1998', 'GMT')->unixTime());
     $this->assertEquals(914544000, \Fp\Core\Date::fromMysqlDate('1998-12-25', 'GMT')->unixTime());
 }