You are here

public static function XMLSitemapTaxonomyFunctionalTest::getInfo in XML sitemap 6.2

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

File

xmlsitemap_taxonomy/xmlsitemap_taxonomy.test, line 12
Unit tests for the xmlsitemap_taxonomy module.

Class

XMLSitemapTaxonomyFunctionalTest
@file Unit tests for the xmlsitemap_taxonomy module.

Code

public static function getInfo() {
  return array(
    'name' => 'XML sitemap taxonomy',
    'description' => 'Functional tests for the XML sitemap taxonomy module.',
    'group' => 'XML sitemap',
  );
}