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