You are here

public static function XMLSitemapFunctionalTest::getInfo in XML sitemap 7.2

Same name and namespace in other branches
  1. 6.2 xmlsitemap.test \XMLSitemapFunctionalTest::getInfo()

Get Info.

File

./xmlsitemap.test, line 881
Unit tests for the xmlsitemap.

Class

XMLSitemapFunctionalTest
XML Sitemap Functional Test.

Code

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