You are here

public static function ContentAccessACLTestCase::getInfo in Content Access 7

Same name and namespace in other branches
  1. 6 tests/content_access_acl.test \ContentAccessACLTestCase::getInfo()

Implementation of get_info() for information

File

tests/content_access_acl.test, line 17

Class

ContentAccessACLTestCase

Code

public static 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',
    'dependencies' => array(
      'acl',
    ),
  );
}