You are here

SchemaPlaceTest.php in Schema.org Metatag 8.2

Same filename and directory in other branches
  1. 8 schema_place/tests/src/Functional/SchemaPlaceTest.php

File

schema_place/tests/src/Functional/SchemaPlaceTest.php
View source
<?php

namespace Drupal\Tests\schema_place\Functional;

use Drupal\Tests\schema_metatag\Functional\SchemaMetatagTagsTestBase;

/**
 * Tests that each of the Schema Metatag Place tags work correctly.
 *
 * @group schema_metatag
 * @group schema_place
 */
class SchemaPlaceTest extends SchemaMetatagTagsTestBase {

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

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

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

}

Classes

Namesort descending Description
SchemaPlaceTest Tests that each of the Schema Metatag Place tags work correctly.