예제 #1
0
 /**
  * @expectedException \Ivory\GoogleMap\Exception\MapException
  * @expectedExceptionMessage The scale control setter arguments is invalid.
  * The available prototypes are :
  * - function setScaleControl(Ivory\GoogleMap\Controls\ScaleControl $scaleControl = null)
  * - function setScaleControl(string $controlPosition, string $scaleControlStyle)
  */
 public function testScaleControlWithInvalidValue()
 {
     $this->map->setScaleControl(true);
 }