You are here

SchemaReviewTest.php in Schema.org Metatag 8.2

Same filename and directory in other branches
  1. 8 schema_review/tests/src/Functional/SchemaReviewTest.php

File

schema_review/tests/src/Functional/SchemaReviewTest.php
View source
<?php

namespace Drupal\Tests\schema_review\Functional;

use Drupal\Tests\schema_metatag\Functional\SchemaMetatagTagsTestBase;

/**
 * Tests that each of the Schema Metatag Review tags work correctly.
 *
 * @group schema_metatag
 * @group schema_review
 */
class SchemaReviewTest extends SchemaMetatagTagsTestBase {

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

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

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

}

Classes

Namesort descending Description
SchemaReviewTest Tests that each of the Schema Metatag Review tags work correctly.