You are here

protected static property RoleHalJsonAnonTest::$mimeType in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/user/tests/src/Functional/Hal/RoleHalJsonAnonTest.php \Drupal\Tests\user\Functional\Hal\RoleHalJsonAnonTest::mimeType

The MIME type that corresponds to $format.

(Sadly this cannot be computed automatically yet.)

Type: string

Overrides ResourceTestBase::$mimeType

File

core/modules/user/tests/src/Functional/Hal/RoleHalJsonAnonTest.php, line 33

Class

RoleHalJsonAnonTest
@group hal

Namespace

Drupal\Tests\user\Functional\Hal

Code

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