Exemplo n.º 1
0
 public function testShouldConvertToFeetWithAlias()
 {
     $distance = new Distance(1000);
     $this->assertSame(3280.839895013123, $distance->ft());
 }