You are here

EntityFormDisplayHalJsonAnonTest.php in Drupal 9

File

core/tests/Drupal/FunctionalTests/Hal/EntityFormDisplayHalJsonAnonTest.php
View source
<?php

namespace Drupal\FunctionalTests\Hal;

use Drupal\FunctionalTests\Rest\EntityFormDisplayResourceTestBase;
use Drupal\Tests\rest\Functional\AnonResourceTestTrait;

/**
 * @group hal
 */
class EntityFormDisplayHalJsonAnonTest extends EntityFormDisplayResourceTestBase {
  use AnonResourceTestTrait;

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

  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';

  /**
   * {@inheritdoc}
   */
  protected static $format = 'hal_json';

  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'application/hal+json';

}

Classes

Namesort descending Description
EntityFormDisplayHalJsonAnonTest @group hal