You are here

protected static property ActionHalJsonAnonTest::$mimeType in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/system/tests/src/Functional/Hal/ActionHalJsonAnonTest.php \Drupal\Tests\system\Functional\Hal\ActionHalJsonAnonTest::mimeType

The MIME type that corresponds to $format.

(Sadly this cannot be computed automatically yet.)

Type: string

Overrides ResourceTestBase::$mimeType

File

core/modules/system/tests/src/Functional/Hal/ActionHalJsonAnonTest.php, line 33

Class

ActionHalJsonAnonTest
@group hal

Namespace

Drupal\Tests\system\Functional\Hal

Code

protected static $mimeType = 'application/hal+json';