public static function MetatagHreflangWithEntityTranslationTest::getInfo in Metatag 7
File
- metatag_hreflang/
tests/ MetatagHreflangWithEntityTranslationTest.test, line 16 - Tests for hreflang handle when Entity Translation is used.
Class
- MetatagHreflangWithEntityTranslationTest
- Tests for hreflang handle when Entity Translation is used.
Code
public static function getInfo() {
return array(
'name' => 'Metatag tests for hreflang with Entity Translation',
'description' => 'Test Metatag:hreflang with the Entity Translation module.',
'group' => 'Metatag',
'dependencies' => array(
'devel',
'entity_translation',
),
);
}