Exemplo n.º 1
0
 public function testInfoWindow()
 {
     $infoWindow = $this->getMock('Ivory\\GoogleMap\\Overlays\\InfoWindow');
     $this->marker->setInfoWindow($infoWindow);
     $this->assertSame($infoWindow, $this->marker->getInfoWindow());
 }