Exemplo n.º 1
0
 /**
  * Test get single Team by ID from api handle
  */
 public function testGetTeamByID()
 {
     $team = self::$apiHandler->GetTeamById(428535);
     $this->assertEquals('UHC Uster', $team->getTeamTitle());
 }