You are here

public static function XMLSitemapMenuFunctionalTest::getInfo in XML sitemap 6.2

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

File

xmlsitemap_menu/xmlsitemap_menu.test, line 12
Unit tests for the xmlsitemap_menu module.

Class

XMLSitemapMenuFunctionalTest
@file Unit tests for the xmlsitemap_menu module.

Code

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