You are here

protected static property EditorXmlCookieTest::$mimeType in Drupal 10

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

Class

EditorXmlCookieTest
@group rest

Namespace

Drupal\Tests\editor\Functional\Rest

Code

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