You are here

SchemaImageObjectTest.php in Schema.org Metatag 8.2

Same filename and directory in other branches
  1. 8 schema_image_object/tests/src/Functional/SchemaImageObjectTest.php

File

schema_image_object/tests/src/Functional/SchemaImageObjectTest.php
View source
<?php

namespace Drupal\Tests\schema_image_object\Functional;

use Drupal\Tests\schema_metatag\Functional\SchemaMetatagTagsTestBase;

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

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

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

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

}

Classes

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