You are here

protected static property MessageJsonAnonTest::$mimeType in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/contact/tests/src/Functional/Rest/MessageJsonAnonTest.php \Drupal\Tests\contact\Functional\Rest\MessageJsonAnonTest::mimeType
  2. 9 core/modules/contact/tests/src/Functional/Rest/MessageJsonAnonTest.php \Drupal\Tests\contact\Functional\Rest\MessageJsonAnonTest::mimeType

The MIME type that corresponds to $format.

(Sadly this cannot be computed automatically yet.)

Type: string

Overrides ResourceTestBase::$mimeType

File

core/modules/contact/tests/src/Functional/Rest/MessageJsonAnonTest.php, line 22

Class

MessageJsonAnonTest
@group rest

Namespace

Drupal\Tests\contact\Functional\Rest

Code

protected static $mimeType = 'application/json';