You are here

public static function XMLSitemapI18nNodeTest::getInfo in XML sitemap 7.2

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

Get Info.

File

xmlsitemap_i18n/xmlsitemap_i18n.test, line 140
Unit tests for the xmlsitemap_i18n project.

Class

XMLSitemapI18nNodeTest
Node Test.

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',
      'disable-this-test-for-now',
    ),
  );
}