/**
  * try to get applications
  */
 public function testGetApplications()
 {
     $applications = $this->_json->getApplications(NULL, NULL, 'ASC', 0, 10);
     $this->assertGreaterThan(0, $applications['totalcount']);
 }