コード例 #1
0
 /**
  * test loading a list of popular tournaments
  * @group list
  */
 public function test_list_popular()
 {
     $this->get_tournament_new();
     $list = $this->object->list_popular();
     $this->assertListFormat($list, array('tourney_id', 'title', 'status', 'date_start', 'game_code', 'game', 'team_mode', 'max_teams'));
 }