You are here

public static function EntityCacheUserRegistrationTestCase::getInfo in Entity cache 7

Overrides UserRegistrationTestCase::getInfo

File

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

Class

EntityCacheUserRegistrationTestCase
Copy of UserRegistrationTestCase.

Code

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