コード例 #1
0
ファイル: WeightTest.php プロジェクト: akivaron/jne
 /** @test */
 function weight_can_convert_to_pounds()
 {
     $weight = Weight::fromPounds(5);
     $this->assertEquals(5, $weight->pounds());
 }