You are here

SchemaWebPageTest.php in Schema.org Metatag 8.2

Same filename and directory in other branches
  1. 8 schema_web_page/tests/src/Functional/SchemaWebPageTest.php

File

schema_web_page/tests/src/Functional/SchemaWebPageTest.php
View source
<?php

namespace Drupal\Tests\schema_web_page\Functional;

use Drupal\Tests\schema_metatag\Functional\SchemaMetatagTagsTestBase;

/**
 * Tests that each of the Schema Metatag Articles tags work correctly.
 *
 * @group schema_metatag
 * @group schema_web_page
 */
class SchemaWebPageTest extends SchemaMetatagTagsTestBase {

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

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

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

}

Classes

Namesort descending Description
SchemaWebPageTest Tests that each of the Schema Metatag Articles tags work correctly.