class EntityViewDisplayHalJsonAnonTest

Same name and namespace in other branches
  1. 8.9.x core/tests/Drupal/FunctionalTests/Hal/EntityViewDisplayHalJsonAnonTest.php \Drupal\FunctionalTests\Hal\EntityViewDisplayHalJsonAnonTest

@group hal @group legacy

Hierarchy

Expanded class hierarchy of EntityViewDisplayHalJsonAnonTest

1 file declares its use of EntityViewDisplayHalJsonAnonTest
LayoutBuilderEntityViewDisplayHalJsonBasicAuthTest.php in core/modules/hal/tests/src/Functional/layout_builder/LayoutBuilderEntityViewDisplayHalJsonBasicAuthTest.php

File

core/modules/hal/tests/src/Functional/Core/EntityViewDisplayHalJsonAnonTest.php, line 12

Namespace

Drupal\Tests\hal\Functional\Core
View source
class EntityViewDisplayHalJsonAnonTest extends EntityViewDisplayResourceTestBase {
  use AnonResourceTestTrait;
  
  /**
   * {@inheritdoc}
   */
  protected static $modules = [
    'hal',
  ];
  
  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';
  
  /**
   * {@inheritdoc}
   */
  protected static $format = 'hal_json';
  
  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'application/hal+json';

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.