public static function SchemaMetatagCourseTest::getInfo in Schema.org Metatag 7
File
- schema_course/
tests/ SchemaMetatagCourseTest.test, line 11
Class
- SchemaMetatagCourseTest
- Tests that each of the Metatag schema_course tags work correctly.
Code
public static function getInfo() {
return array(
'name' => 'Schema Metatag: Course',
'description' => 'Test the schema_course meta tags.',
'group' => 'Schema Metatag',
'dependencies' => [
'ctools',
'token',
'metatag',
'schema_metatag',
'schema_course',
],
);
}