You are here

SchemaServiceTest.php in Schema.org Metatag 8.2

Same filename and directory in other branches
  1. 8 schema_service/tests/src/Functional/SchemaServiceTest.php

File

schema_service/tests/src/Functional/SchemaServiceTest.php
View source
<?php

namespace Drupal\Tests\schema_service\Functional;

use Drupal\Tests\schema_metatag\Functional\SchemaMetatagTagsTestBase;

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

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

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

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

}

Classes

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