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