You are here

public static function XMLSitemapRobotsTxtIntegrationTest::getInfo in XML sitemap 6.2

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

File

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

Class

XMLSitemapRobotsTxtIntegrationTest

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',
    ),
  );
}