You are here

public static function XMLSitemapNodeFunctionalTest::getInfo in XML sitemap 7.2

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

Get Info.

File

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

Class

XMLSitemapNodeFunctionalTest
Node Functional Test.

Code

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