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