getCurrentGameDomain() public method

コード例 #1
0
ファイル: RegionTest.php プロジェクト: Chokapix/leaguewrap
 public function testGetCurrentGameDomain()
 {
     $region = new Region('euw');
     $this->assertEquals('https://euw.api.pvp.net/observer-mode/rest/consumer/getSpectatorGameInfo/EUW1/', $region->getCurrentGameDomain());
 }