You are here

protected static property EditorJsonBasicAuthTest::$mimeType in Drupal 10

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

Class

EditorJsonBasicAuthTest
@group rest

Namespace

Drupal\Tests\editor\Functional\Rest

Code

protected static $mimeType = 'application/json';