示例#1
0
 public function testGetMonthsFromDays()
 {
     $this->assertEquals($this->MONTHS, TimeUtils::getMonthsFromDays($this->DAYS));
 }