You are here

public static function AuthcacheEnumCombTestCase::getInfo in Authenticated User Page Caching (Authcache) 7.2

File

modules/authcache_enum/lib/Drupal/authcache_enum/Tests/AuthcacheEnumCombTestCase.php, line 16
Defines a test case covering _authcache_enum_comb.

Class

AuthcacheEnumCombTestCase
Unit tests for _authcache_enum_comb.

Namespace

Drupal\authcache_enum\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Combine function',
    'description' => 'Unit test for the combine function',
    'group' => 'Authcache Enum',
  );
}