You are here

SchemaOrganizationTest.php in Schema.org Metatag 8.2

Same filename and directory in other branches
  1. 8 schema_organization/tests/src/Functional/SchemaOrganizationTest.php

File

schema_organization/tests/src/Functional/SchemaOrganizationTest.php
View source
<?php

namespace Drupal\Tests\schema_organization\Functional;

use Drupal\Tests\schema_metatag\Functional\SchemaMetatagTagsTestBase;

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

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

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

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

}

Classes

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