public static function EntityCacheUserBlocksUnitTests::getInfo in Entity cache 7
Overrides UserBlocksUnitTests::getInfo
File
- ./entitycache.test, line 1483 
- Entity Cache module tests.
Class
- EntityCacheUserBlocksUnitTests
- Copy of UserBlocksUnitTests.
Code
public static function getInfo() {
  return array(
    'name' => 'Copy of UserBlocksUnitTests',
    'description' => 'Copy of UserBlocksUnitTests',
    'group' => 'Entity cache',
  );
}