You are here

public static function EntityCacheUserRolesAssignmentTestCase::getInfo in Entity cache 7

Overrides UserRolesAssignmentTestCase::getInfo

File

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

Class

EntityCacheUserRolesAssignmentTestCase
Copy of UserRolesAssignmentTestCase.

Code

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