示例#1
0
 public function testGetMonthsFromYears()
 {
     $this->assertEquals($this->MONTHS, TimeUtils::getMonthsFromYears($this->YEARS));
 }