You are here

static function oa_core_section_accessUnitTest::getInfo in Open Atrium Core 7.2

File

tests/oa_core_section_accessUnit.test, line 9
Tests the public interface of the oa_core_section_access function.

Class

oa_core_section_accessUnitTest
@file Tests the public interface of the oa_core_section_access function.

Code

static function getInfo() {
  return array(
    'name' => 'oa_core_section_access function Tests',
    'description' => 'Test the public interface of the oa_core_section_access function',
    'group' => 'OA',
  );
}