You are here

protected static property MenuLinkContentXmlBasicAuthTest::$mimeType in Drupal 9

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

The MIME type that corresponds to $format.

(Sadly this cannot be computed automatically yet.)

Type: string

Overrides ResourceTestBase::$mimeType

File

core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlBasicAuthTest.php, line 34

Class

MenuLinkContentXmlBasicAuthTest
@group rest

Namespace

Drupal\Tests\menu_link_content\Functional\Rest

Code

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