You are here

public static function XMLSitemapCustomFunctionalTest::getInfo in XML sitemap 7.2

Same name and namespace in other branches
  1. 6.2 xmlsitemap_custom/xmlsitemap_custom.test \XMLSitemapCustomFunctionalTest::getInfo()

Get Info.

File

xmlsitemap_custom/xmlsitemap_custom.test, line 16
Unit tests for the xmlsitemap_custom.

Class

XMLSitemapCustomFunctionalTest
Class with Functional Test for XML Sitemap Custom.

Code

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