public static function MetatagViewsI18nTest::getInfo in Metatag 7
File
- metatag_views/
tests/ MetatagViewsI18nTest.test, line 16 - Tests for the Metatag module for the direct Views integration.
Class
- MetatagViewsI18nTest
- Tests for the Metatag module for the direct Views integration.
Code
public static function getInfo() {
return array(
'name' => 'Metatag:Views i18n tests',
'description' => 'Test Metatag integration via the Metatag:Views module.',
'group' => 'Metatag',
'dependencies' => array(
'ctools',
'devel',
'token',
),
);
}