コード例 #1
0
 public function testInitialState()
 {
     $helper = $this->getMock('Ivory\\GoogleMap\\Helper\\Overlays\\MarkerCluster\\MarkerClusterHelperInterface');
     $this->helper = new MarkerClusterHelper(array('foo' => $helper));
     $this->assertSame(array('foo' => $helper), $this->helper->getHelpers());
 }