class PathAliasHalJsonAnonTest

Same name and namespace in other branches
  1. 8.9.x core/modules/path_alias/tests/src/Functional/Hal/PathAliasHalJsonAnonTest.php \Drupal\Tests\path_alias\Functional\Hal\PathAliasHalJsonAnonTest

@group hal @group legacy

Hierarchy

Expanded class hierarchy of PathAliasHalJsonAnonTest

File

core/modules/hal/tests/src/Functional/path_alias/PathAliasHalJsonAnonTest.php, line 11

Namespace

Drupal\Tests\hal\Functional\path_alias
View source
class PathAliasHalJsonAnonTest extends PathAliasHalJsonTestBase {
  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.