コード例 #1
0
    public function testRenderLibraries()
    {
        $map = new Map();
        $expected = <<<EOF
<script type="text/javascript" src="//google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/src/markerclusterer_compiled.js"></script>

EOF;
        $this->assertSame($expected, $this->helper->renderLibraries($map->getMarkerCluster(), $map));
    }
コード例 #2
0
    public function testRenderLibraries()
    {
        $map = new Map();
        $expected = <<<EOF
<script type="text/javascript" src="//cdn.rawgit.com/googlemaps/js-marker-clusterer/gh-pages/src/markerclusterer.js"></script>

EOF;
        $this->assertSame($expected, $this->helper->renderLibraries($map->getMarkerCluster(), $map));
    }