class ConfigTestHalJsonAnonTest

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

@group hal @group legacy

Hierarchy

Expanded class hierarchy of ConfigTestHalJsonAnonTest

File

core/modules/hal/tests/src/Functional/config/ConfigTestHalJsonAnonTest.php, line 12

Namespace

Drupal\Tests\hal\Functional\config
View source
class ConfigTestHalJsonAnonTest extends ConfigTestResourceTestBase {
  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.