You are here

protected static property MediaTypeJsonCookieTest::$mimeType in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/media/tests/src/Functional/Rest/MediaTypeJsonCookieTest.php \Drupal\Tests\media\Functional\Rest\MediaTypeJsonCookieTest::mimeType

The MIME type that corresponds to $format.

(Sadly this cannot be computed automatically yet.)

Type: string

Overrides ResourceTestBase::$mimeType

File

core/modules/media/tests/src/Functional/Rest/MediaTypeJsonCookieTest.php, line 22

Class

MediaTypeJsonCookieTest
@group rest

Namespace

Drupal\Tests\media\Functional\Rest

Code

protected static $mimeType = 'application/json';