You are here

public static function XMLSitemapCustomFunctionalTest::getInfo in XML sitemap 6.2

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

File

xmlsitemap_custom/xmlsitemap_custom.test, line 9
Unit tests for the xmlsitemap_custom module.

Class

XMLSitemapCustomFunctionalTest
@file Unit tests for the xmlsitemap_custom module.

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