public static function FeedAPINodeTestsCase::getInfo in FeedAPI 6
Implementation of getInfo().
File
- feedapi_node/
tests/ feedapi_node.test, line 14
Class
- FeedAPINodeTestsCase
- Class for testing feedapi_node. It also tests FeedAPI and SimplePie parsers.
Code
public static function getInfo() {
return array(
'name' => t('FeedAPI Node basic functions'),
'description' => t('Refresh a feed and find out if it\'s okay. Uses normal node submit form and simplified too. Uses both parsers.'),
'group' => t('FeedAPI'),
);
}