You are here

SchemaVideoObjectTest.php in Schema.org Metatag 8.2

Same filename and directory in other branches
  1. 8 schema_video_object/tests/src/Functional/SchemaVideoObjectTest.php

File

schema_video_object/tests/src/Functional/SchemaVideoObjectTest.php
View source
<?php

namespace Drupal\Tests\schema_video_object\Functional;

use Drupal\Tests\schema_metatag\Functional\SchemaMetatagTagsTestBase;

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

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

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

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

}

Classes

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