Example #1
0
 /** @test */
 function weight_can_convert_to_pounds()
 {
     $weight = Weight::fromPounds(5);
     $this->assertEquals(5, $weight->pounds());
 }