You are here

public static function MicrodataCoreFieldsMarkupTestCase::getInfo in Microdata 7

File

./microdata.test, line 333
Tests for microdata.module.

Class

MicrodataCoreFieldsMarkupTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Microdata markup - core field',
    'description' => 'Test core field markup generation.',
    'group' => 'Microdata',
  );
}