You are here

SchemaPersonTest.php in Schema.org Metatag 8.2

Same filename and directory in other branches
  1. 8 schema_person/tests/src/Functional/SchemaPersonTest.php

File

schema_person/tests/src/Functional/SchemaPersonTest.php
View source
<?php

namespace Drupal\Tests\schema_person\Functional;

use Drupal\Tests\schema_metatag\Functional\SchemaMetatagTagsTestBase;

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

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

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

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

}

Classes

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