function ContentAccessACLTestCase::getInfo in Content Access 6
Same name and namespace in other branches
- 7 tests/content_access_acl.test \ContentAccessACLTestCase::getInfo()
Implementation of get_info() for information
File
- tests/
content_access_acl.test, line 17
Class
Code
function getInfo() {
return array(
'name' => t('Content Access Module with ACL Module Tests'),
'description' => t('Various tests to check the combination of content access and ACL module.'),
'group' => 'Content Access',
);
}