Example #1
0
 public function testFromTimestamp()
 {
     $this->assertEquals('2015-10-09 11:17:04', (string) DateTime::fromTimestamp(1444389424));
     $this->assertNotEquals('2015-10-10 12:00:00', (string) DateTime::fromTimestamp(1444389424));
 }