You are here

SchemaJobPostingTest.php in Schema.org Metatag 8.2

Same filename and directory in other branches
  1. 8 schema_job_posting/tests/src/Functional/SchemaJobPostingTest.php

File

schema_job_posting/tests/src/Functional/SchemaJobPostingTest.php
View source
<?php

namespace Drupal\Tests\schema_job_posting\Functional;

use Drupal\Tests\schema_metatag\Functional\SchemaMetatagTagsTestBase;

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

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

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

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

}

Classes

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