You are here

public static function XMLSitemapTaxonomyFunctionalTest::getInfo in XML sitemap 7.2

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

Get Info.

@codingStandardsIgnoreEnd

File

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

Class

XMLSitemapTaxonomyFunctionalTest
Functional Test.

Code

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