You are here

public static function XMLSitemapI18nNodeTest::getInfo in XML sitemap 6.2

Same name and namespace in other branches
  1. 7.2 xmlsitemap_i18n/xmlsitemap_i18n.test \XMLSitemapI18nNodeTest::getInfo()

File

xmlsitemap_i18n/xmlsitemap_i18n.test, line 113
Unit tests for the xmlsitemap_i18n module.

Class

XMLSitemapI18nNodeTest

Code

public static function getInfo() {
  return array(
    'name' => 'XML sitemap i18n node tests',
    'description' => 'Functional and integration tests for the XML sitemap node and internationalization modules.',
    'group' => 'XML sitemap',
    'dependencies' => array(
      'i18n',
    ),
  );
}