/**
  * Checks getRepository() with recursive parameter on - verifies whether reportUnit Resources are found and
  * returned from child folders too (by a plausible number of those).
  */
 public function testGetRepository_recursive()
 {
     $repoSimple = $this->jc->getRepository('/reports', null, 'reportUnit', true);
     $this->assertGreaterThan(15, count($repoSimple));
 }