You are here

protected static property EditorJsonCookieTest::$mimeType in Drupal 10

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

The MIME type that corresponds to $format.

(Sadly this cannot be computed automatically yet.)

Type: string

Overrides ResourceTestBase::$mimeType

File

core/modules/editor/tests/src/Functional/Rest/EditorJsonCookieTest.php, line 22

Class

EditorJsonCookieTest
@group rest

Namespace

Drupal\Tests\editor\Functional\Rest

Code

protected static $mimeType = 'application/json';