You are here

public static function MicrodataCoreFieldsUITestCase::getInfo in Microdata 7

File

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

Class

MicrodataCoreFieldsUITestCase

Code

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