public static function XMLSitemapI18nTest::getInfo in XML sitemap 6.2
Same name and namespace in other branches
- 7.2 xmlsitemap_i18n/xmlsitemap_i18n.test \XMLSitemapI18nTest::getInfo()
File
- xmlsitemap_i18n/
xmlsitemap_i18n.test, line 46 - Unit tests for the xmlsitemap_i18n module.
Class
Code
public static function getInfo() {
return array(
'name' => 'XML sitemap i18n tests',
'description' => 'Functional and integration tests for the XML sitemap and internationalization modules.',
'group' => 'XML sitemap',
'dependencies' => array(
'i18n',
),
);
}