예제 #1
0
 public function test_kmh()
 {
     $v = Velocity::kmh(1);
     $this->assertEquals(0.27777777777, $v->ms);
 }