You are here

public static function MicrodataBasicTestCase::getInfo in Microdata 7

File

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

Class

MicrodataBasicTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Microdata',
    'description' => 'Test basic functioning of microdata.',
    'group' => 'Microdata',
  );
}