/**
  * @expectedException \RuntimeException
  */
 public function testShouldThrowsExceptionGetServerInstanceWithInvalidServerUrl()
 {
     $this->setProperty('serverUrl', "https://foo.bar.com");
     $this->testClass->getServerInstance();
 }