You are here

static function oa_sectionsAccess::getInfo in Open Atrium Core 7.2

File

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

Class

oa_sectionsAccess
@file Tests permission inheritance for oa_subspaces

Code

static function getInfo() {
  return array(
    'name' => 'OA Section Permission test (fast)',
    'description' => 'Test that can access sections correctly',
    'group' => 'OA - Sections',
  );
}