public static function MetatagContextTest::getInfo in Metatag 7
File
- metatag_context/
tests/ MetatagContextTest.test, line 16 - Functional tests for the Metatag:Context module.
Class
- MetatagContextTest
- Functional tests for the Metatag:Context module.
Code
public static function getInfo() {
return array(
'name' => 'Metatag:Context tests',
'description' => 'Test basic Metatag:Context functionality.',
'group' => 'Metatag',
'dependencies' => array(
'ctools',
'devel',
'token',
'context',
),
);
}