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