Location\PolylineTest::testCreatePolyline PHP Method

testCreatePolyline() public method

public testCreatePolyline ( )
    public function testCreatePolyline()
    {
        $this->assertCount(4, $this->polyline->getPoints());
    }