You are here

public static function XMLSitemapMenuFunctionalTest::getInfo in XML sitemap 7.2

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

Get Info.

@codingStandardsIgnoreEnd

File

xmlsitemap_menu/xmlsitemap_menu.test, line 34
Unit tests for the xmlsitemap_menu project..

Class

XMLSitemapMenuFunctionalTest
Menu Functional Test.

Code

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