You are here

public static function SchemaMetatagQAPageTest::getInfo in Schema.org Metatag 7

File

schema_qa_page/tests/SchemaMetatagQAPageTest.test, line 11

Class

SchemaMetatagQAPageTest
Tests that each of the Metatag schema_qa_page tags work correctly.

Code

public static function getInfo() {
  return array(
    'name' => 'Schema Metatag: QAPage/FAQPage',
    'description' => 'Test the schema_qa_page meta tags.',
    'group' => 'Schema Metatag',
    'dependencies' => [
      'ctools',
      'token',
      'metatag',
      'schema_metatag',
      'schema_qa_page',
    ],
  );
}