You are here

static function oa_corePermissionWeb::getInfo in Open Atrium Core 7.2

File

tests/oa_corePermissionWeb.test, line 9
Tests the public interface of the oa_core_section_is_public function

Class

oa_corePermissionWeb
@file Tests the public interface of the oa_core_section_is_public function

Code

static function getInfo() {
  return array(
    'name' => 'Test permissioning',
    'description' => 'Test space permissioning',
    'group' => 'OA',
  );
}