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