public static function GoogleNewsBasicsTestCase::getInfo in Google News sitemap 7
File
- tests/
GoogleNewsBasicsTestCase.test, line 16 - Test basic functionality of GoogleNews.
Class
- GoogleNewsBasicsTestCase
- Test basic functionality of GoogleNews.
Code
public static function getInfo() {
return array(
'name' => 'GoogleNews',
'description' => 'Confirm that the basic functionality works.',
'group' => 'googlenews',
);
}