You are here

public static function XMLSitemapFunctionalTest::getInfo in XML sitemap 6.2

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

File

./xmlsitemap.test, line 702
Unit tests for the xmlsitemap module.

Class

XMLSitemapFunctionalTest

Code

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