コード例 #1
0
 /**
  * @expectedException \Ivory\GoogleMap\Exception\MapException
  * @expectedExceptionMessage The street view control setter arguments is invalid.
  * The available prototypes are :
  * - function setStreetViewControl(Ivory\GoogleMap\Controls\StreetViewControl $streetViewControl = null)
  * - function setStreetViewControl(string $controlPosition)
  */
 public function testStreetViewControlWithInvalidValue()
 {
     $this->map->setStreetViewControl(true);
 }