コード例 #1
0
ファイル: PeriodTest.php プロジェクト: brick/date-time
 public function testOfDays()
 {
     $this->assertPeriodIs(0, 0, 11, Period::ofDays(11));
 }