Пример #1
0
 public function test_that_from_timestamp_returns_expected_instance()
 {
     $time = Time::fromTimestamp(1434835806, 'America/Chicago');
     $this->assertSame('16:30:06', $time->toString());
 }