Location\PolylineTest::testReverseTwiceWorksAsExpected PHP Method

testReverseTwiceWorksAsExpected() public method

    public function testReverseTwiceWorksAsExpected()
    {
        $doubleReversed = $this->polyline->getReverse()->getReverse();
        $this->assertEquals($this->polyline, $doubleReversed);
    }