You are here

static function oa_subspacesSectionAccess::getInfo in Open Atrium Subspaces 7.2

File

tests/oa_subspacesSectionAccess.test, line 9
Tests permission inheritence for oa_subspaces

Class

oa_subspacesSectionAccess
@file Tests permission inheritence for oa_subspaces

Code

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