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