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