You are here

public static function EntityCacheUserAccountLinksUnitTests::getInfo in Entity cache 7

Overrides UserAccountLinksUnitTests::getInfo

File

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

Class

EntityCacheUserAccountLinksUnitTests
Copy of UserAccountLinksUnitTests.

Code

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