You are here

public static function AclWebTestCase::getInfo in ACL 7

Implements getInfo().

Return value

array

File

tests/acl.test, line 18
Tests for the ACL module.

Class

AclWebTestCase
Test case for ACL module.

Code

public static function getInfo() {
  return array(
    'name' => 'ACL access permissions',
    'description' => 'Test ACL permissions for reading a node.',
    'group' => 'ACL',
  );
}