Location\PolylineTest::testGetLength PHP Method

testGetLength() public method

public testGetLength ( )
    public function testGetLength()
    {
        $this->assertEquals(10576798.9, $this->polyline->getLength(new Vincenty()), '', 0.1);
    }