public function testShouldConvertToMiles() { $distance = new Distance(1000); $this->assertSame(0.6213711922373339, $distance->miles()); }