You are here

protected static property EditorXmlAnonTest::$mimeType in Drupal 10

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

Class

EditorXmlAnonTest
@group rest

Namespace

Drupal\Tests\editor\Functional\Rest

Code

protected static $mimeType = 'text/xml; charset=UTF-8';