예제 #1
0
파일: WeightTest.php 프로젝트: akivaron/jne
 /** @test */
 function weight_can_convert_to_kilograms()
 {
     $weight = Weight::fromGrams(1000);
     $this->assertEquals(1, $weight->kilograms());
 }