You are here

protected static property EntityTestLabelXmlCookieTest::$mimeType in Drupal 9

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

The MIME type that corresponds to $format.

(Sadly this cannot be computed automatically yet.)

Type: string

Overrides ResourceTestBase::$mimeType

File

core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelXmlCookieTest.php, line 24

Class

EntityTestLabelXmlCookieTest
@group rest

Namespace

Drupal\Tests\entity_test\Functional\Rest

Code

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