You are here

SchemaMovieTest.php in Schema.org Metatag 8.2

Same filename and directory in other branches
  1. 8 schema_movie/tests/src/Functional/SchemaMovieTest.php

File

schema_movie/tests/src/Functional/SchemaMovieTest.php
View source
<?php

namespace Drupal\Tests\schema_movie\Functional;

use Drupal\Tests\schema_metatag\Functional\SchemaMetatagTagsTestBase;

/**
 * Tests that each of the Schema Metatag Movie tags work correctly.
 *
 * @group schema_metatag
 * @group schema_movie
 */
class SchemaMovieTest extends SchemaMetatagTagsTestBase {

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

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

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

}

Classes

Namesort descending Description
SchemaMovieTest Tests that each of the Schema Metatag Movie tags work correctly.