You are here

public static function EntityCacheUserAuthmapAssignmentTestCase::getInfo in Entity cache 7

Overrides UserAuthmapAssignmentTestCase::getInfo

File

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

Class

EntityCacheUserAuthmapAssignmentTestCase
Copy of UserAuthmapAssignmentTestCase.

Code

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