You are here

SchemaArticleTest.php in Schema.org Metatag 8.2

Same filename and directory in other branches
  1. 8 schema_article/tests/src/Functional/SchemaArticleTest.php

File

schema_article/tests/src/Functional/SchemaArticleTest.php
View source
<?php

namespace Drupal\Tests\schema_article\Functional;

use Drupal\Tests\schema_metatag\Functional\SchemaMetatagTagsTestBase;

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

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

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

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

}

Classes

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