You are here

SchemaEventTest.php in Schema.org Metatag 8.2

Same filename and directory in other branches
  1. 8 schema_event/tests/src/Functional/SchemaEventTest.php

File

schema_event/tests/src/Functional/SchemaEventTest.php
View source
<?php

namespace Drupal\Tests\schema_event\Functional;

use Drupal\Tests\schema_metatag\Functional\SchemaMetatagTagsTestBase;

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

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

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

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

}

Classes

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