Exemple #1
0
 public function testFromTimestamp()
 {
     $date = Date::fromTimestamp(1444330290);
     $this->assertEquals('2015-10-08', "{$date}");
 }