You are here

public static function EntityCacheUserPermissionsTestCase::getInfo in Entity cache 7

Overrides UserPermissionsTestCase::getInfo

File

./entitycache.test, line 1621
Entity Cache module tests.

Class

EntityCacheUserPermissionsTestCase
Copy of UserPermissionsTestCase.

Code

public static function getInfo() {
  return array(
    'name' => 'Copy of UserPermissionsTestCase',
    'description' => 'Copy of UserPermissionsTestCase',
    'group' => 'Entity cache',
  );
}