Ejemplo n.º 1
0
 public function testDefaultState()
 {
     $this->assertSame('poly', $this->markerShape->getType());
     $this->assertTrue($this->markerShape->hasCoordinates());
     $this->assertSame(array(1, 1, 1, -1, -1, -1, -1, 1), $this->markerShape->getCoordinates());
 }