public static function ContentAccessModuleTestCase::getInfo in Content Access 7
Same name and namespace in other branches
- 6 tests/content_access.test \ContentAccessModuleTestCase::getInfo()
Implements get_info() for information.
File
- tests/
content_access.test, line 15
Class
Code
public static function getInfo() {
return array(
'name' => t('Content Access Module Tests'),
'description' => t('Various tests to check permission settings on nodes.'),
'group' => t('Content Access'),
);
}