Example #1
0
 /** @test */
 function weight_can_convert_to_kilograms()
 {
     $weight = Weight::fromGrams(1000);
     $this->assertEquals(1, $weight->kilograms());
 }