Exemplo n.º 1
0
 /**
  * Test all clubs query from api handler
  * @return void
  */
 public function testGetClubs()
 {
     $allClubs = self::$apiHandler->getClubs();
     $this->assertInstanceOf('WP_SUAPI\\Object\\Club', $allClubs[0]);
 }