You are here

public static function XMLSitemapNodeFunctionalTest::getInfo in XML sitemap 6.2

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

File

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

Class

XMLSitemapNodeFunctionalTest
@file Unit tests for the xmlsitemap_node module.

Code

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