Location\PolylineTest::testCreatePolyline PHP Méthode

testCreatePolyline() public méthode

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