You are here

static function oa_sectionsNodePrivateAccess::getInfo in Open Atrium Core 7.2

File

modules/oa_sections/tests/oa_sectionsNodePrivateAccess.test, line 9
Tests permission inheritance for oa_subspaces

Class

oa_sectionsNodePrivateAccess
@file Tests permission inheritance for oa_subspaces

Code

static function getInfo() {
  return array(
    'name' => 'OA Section Private Node Access test (slow)',
    'description' => 'Test that can access section nodes in a private space correctly',
    'group' => 'OA - Sections',
  );
}