public function testSetupModuleRecords()
 {
     $this->helper->setModulesGetterWrapper(new ModulesGetterWrapper(new ModulesGetter($this->getEntityManagerMock())));
     $this->helper->setupModuleRecords('albo-pretorio');
     $this->assertTrue(is_array($this->helper->getModuleRecords()));
 }