You are here

public static function XMLSitemapUnitTest::getInfo in XML sitemap 7.2

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

Get Info.

File

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

Class

XMLSitemapUnitTest
XML Sitemap UnitTest.

Code

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