You are here

function ContentAccessACLTestCase::get_info in Content Access 5

Implementation of get_info() for information

File

tests/content_access_acl.test, line 17

Class

ContentAccessACLTestCase

Code

function get_info() {
  return array(
    'name' => t('Content Access Module with ACL Module Tests'),
    'desc' => t('Various tests to check the combination of content access and ACL module.'),
    'group' => 'Content Access',
  );
}