You are here

public static function EntityCacheUserValidationTestCase::getInfo in Entity cache 7

Overrides UserValidationTestCase::getInfo

File

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

Class

EntityCacheUserValidationTestCase
Copy of UserValidationTestCase.

Code

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