You are here

public static function EntityCacheNodeBlockTestCase::getInfo in Entity cache 7

Overrides NodeBlockTestCase::getInfo

File

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

Class

EntityCacheNodeBlockTestCase
Copy of NodeBlockTestCase.

Code

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