예제 #1
0
 public function testSub()
 {
     $a = Velocity::kmd(1);
     $b = Velocity::kmd(1);
     $this->assertEquals(0, $a->sub($b)->kmd);
 }