You are here

protected static property CommentXmlBasicAuthTest::$mimeType in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php \Drupal\Tests\comment\Functional\Rest\CommentXmlBasicAuthTest::mimeType
  2. 10 core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php \Drupal\Tests\comment\Functional\Rest\CommentXmlBasicAuthTest::mimeType

The MIME type that corresponds to $format.

(Sadly this cannot be computed automatically yet.)

Type: string

Overrides ResourceTestBase::$mimeType

File

core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php, line 34

Class

CommentXmlBasicAuthTest
@group rest

Namespace

Drupal\Tests\comment\Functional\Rest

Code

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