|
@@ -307,8 +307,8 @@ class GoogleMapV3HelperTest extends MyCakeTestCase {
|
|
|
public function testDynamic3() {
|
|
public function testDynamic3() {
|
|
|
//echo '<h2>Map with Directions</h2>';
|
|
//echo '<h2>Map with Directions</h2>';
|
|
|
$options = array(
|
|
$options = array(
|
|
|
- 'zoom'=>5,
|
|
|
|
|
- 'type'=>'H',
|
|
|
|
|
|
|
+ 'zoom' => 5,
|
|
|
|
|
+ 'type' => 'H',
|
|
|
'map' => array()
|
|
'map' => array()
|
|
|
);
|
|
);
|
|
|
//echo $this->GoogleMapV3->map($options);
|
|
//echo $this->GoogleMapV3->map($options);
|