You are here

public static function XMLSitemapUnitTest::getInfo in XML sitemap 6.2

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

File

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

Class

XMLSitemapUnitTest

Code

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