You are here

protected static property RoleJsonBasicAuthTest::$mimeType in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/user/tests/src/Functional/Rest/RoleJsonBasicAuthTest.php \Drupal\Tests\user\Functional\Rest\RoleJsonBasicAuthTest::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/Rest/RoleJsonBasicAuthTest.php, line 32

Class

RoleJsonBasicAuthTest
@group rest

Namespace

Drupal\Tests\user\Functional\Rest

Code

protected static $mimeType = 'application/json';