You are here

SchemaQAPageTest.php in Schema.org Metatag 8.2

Same filename and directory in other branches
  1. 8 schema_qa_page/tests/src/Functional/SchemaQAPageTest.php

File

schema_qa_page/tests/src/Functional/SchemaQAPageTest.php
View source
<?php

namespace Drupal\Tests\schema_qa_page\Functional;

use Drupal\Tests\schema_metatag\Functional\SchemaMetatagTagsTestBase;

/**
 * Tests that each of the Schema Metatag QA Page tags work correctly.
 *
 * @group schema_metatag
 * @group schema_qa_page
 */
class SchemaQAPageTest extends SchemaMetatagTagsTestBase {

  /**
   * {@inheritdoc}
   */
  protected static $modules = [
    'schema_qa_page',
  ];

  /**
   * {@inheritdoc}
   */
  public $moduleName = 'schema_qa_page';

  /**
   * {@inheritdoc}
   */
  public $groupName = 'schema_qa_page';

}

Classes

Namesort descending Description
SchemaQAPageTest Tests that each of the Schema Metatag QA Page tags work correctly.