/**
  * @expectedException \Ivory\GoogleMap\Exception\HelperException
  * @expectedExceptionMessage The marker cluster helper can not be resolved.
  */
 public function testHelperWithInvalidName()
 {
     $this->helper->getHelper('foo');
 }