Location\PolylineTest::testCreatePolyline PHP 메소드

testCreatePolyline() 공개 메소드

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