You are here

public static function EntityCacheNodeFeedTestCase::getInfo in Entity cache 7

Overrides NodeFeedTestCase::getInfo

File

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

Class

EntityCacheNodeFeedTestCase
Copy of NodeFeedTestCase.

Code

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