/**
  * @expectedException LeagueWrap\Exception\BaseUrlException 
  */
 public function testRequestNoBaseUrl()
 {
     $client = new LeagueWrap\Client();
     $client->request('', []);
 }