Пример #1
0
 public function fromHours()
 {
     $this->assertEquals('1d, 3h, 0m, 0s', TimeSpan::hours(27)->toString());
 }