You are here

static function oa_sectionsNodePublicAccess::getInfo in Open Atrium Core 7.2

File

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

Class

oa_sectionsNodePublicAccess
@file Tests permission inheritance for oa_subspaces

Code

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