You are here

static function oa_core_section_is_publicUnitTest::getInfo in Open Atrium Core 7.2

File

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

Class

oa_core_section_is_publicUnitTest
@file Tests the public interface of the oa_core_section_is_public function.

Code

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