예제 #1
0
파일: TimeTest.php 프로젝트: marando/units
 public function testYears()
 {
     foreach ($this->tests as $test) {
         $time = Time::years($test['sec'] / 86400 / 365.25);
         $this->assertTime($time, $test);
     }
 }