/**
  * try to get all groups
  *
  */
 public function testGetGroups()
 {
     $groups = $this->_json->getGroups(NULL, 'id', 'ASC', 0, 10);
     $this->assertGreaterThan(0, $groups['totalcount']);
 }