public static function XMLSitemapI18nTest::getInfo in XML sitemap 7.2
Same name and namespace in other branches
- 6.2 xmlsitemap_i18n/xmlsitemap_i18n.test \XMLSitemapI18nTest::getInfo()
Get Info.
File
- xmlsitemap_i18n/
xmlsitemap_i18n.test, line 62 - Unit tests for the xmlsitemap_i18n project.
Class
- XMLSitemapI18nTest
- I18n Test.
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',
'disable-this-test-for-now',
),
);
}