/** * @test */ public function setLongitudeForFloatSetsLongitude() { $this->fixture->setLongitude(3.14159265); $this->assertSame(3.14159265, $this->fixture->getLongitude()); }