You are here

public static function EntityCacheUserAdminTestCase::getInfo in Entity cache 7

Overrides UserAdminTestCase::getInfo

File

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

Class

EntityCacheUserAdminTestCase
Copy of UserAdminTestCase.

Code

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