You are here

public static function XMLSitemapRobotsTxtIntegrationTest::getInfo in XML sitemap 7.2

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

Get Info.

File

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

Class

XMLSitemapRobotsTxtIntegrationTest
XML Sitemap Robots Txt Integration Test.

Code

public static function getInfo() {
  return array(
    'name' => 'XML sitemap robots.txt',
    'description' => 'Integration tests for the XML sitemap and robots.txt module.',
    'group' => 'XML sitemap',
    'dependencies' => array(
      'robotstxt',
    ),
  );
}