public static function SiteMapTest::getInfo in Site map 7
The getInfo() method provides information about the test.
In order for the test to be run, the getInfo() method needs to be implemented.
File
- ./
site_map.test, line 19 - Tests for the site_map module.
Class
- SiteMapTest
- Test case class for sitemap tests.
Code
public static function getInfo() {
return array(
'name' => t('Site map'),
'description' => t('Tests main module logic.'),
'group' => t('Sitemap'),
);
}