You are here

public static function XMLSitemapEnginesFunctionalTest::getInfo in XML sitemap 7.2

Same name and namespace in other branches
  1. 6.2 xmlsitemap_engines/tests/xmlsitemap_engines.test \XMLSitemapEnginesFunctionalTest::getInfo()

Get Info.

@codingStandardsIgnoreEnd

File

xmlsitemap_engines/tests/xmlsitemap_engines.test, line 27
Tests for the xmlsitemap_engines module.

Class

XMLSitemapEnginesFunctionalTest
Functional Test.

Code

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