public static function EmailTestCase::getInfo in Microdata 7
Sets the display information for the tests
File
- modules/
email/ email.test, line 23 - Tests for Email module.
Class
- EmailTestCase
- Test Email module microdata placement.
Code
public static function getInfo() {
return array(
'name' => 'Microdata markup - email field',
'description' => 'Microdata integration test for Email field.',
'group' => 'Microdata Field Integration',
);
}