示例#1
0
 /**
  * @expectedException SteamApi\Exceptions\ApiCallFailedException
  **/
 public function testInvalidResponse()
 {
     $client = new Client($this->steamApiKey);
     $client->setUpClient();
 }