You are here

SchemaProductTest.php in Schema.org Metatag 8.2

Same filename and directory in other branches
  1. 8 schema_product/tests/src/Functional/SchemaProductTest.php

File

schema_product/tests/src/Functional/SchemaProductTest.php
View source
<?php

namespace Drupal\Tests\schema_product\Functional;

use Drupal\Tests\schema_metatag\Functional\SchemaMetatagTagsTestBase;

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

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

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

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

}

Classes

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