public static function XmlsitemapViewsFieldsTest::getInfo in XML sitemap 7.2
Information about these tests, for the testing UX.
Return value
array The information.
File
- tests/
xmlsitemap_views_fields.test, line 16 - Functional tests for providing xmlsitemap fields to views.
Class
- XmlsitemapViewsFieldsTest
- @file Functional tests for providing xmlsitemap fields to views.
Code
public static function getInfo() {
return array(
'name' => 'XML sitemap views fields',
'description' => 'Functional tests for providing xmlsitemap fields to views.',
'group' => 'XML sitemap',
'dependencies' => array(
'views',
),
);
}