You are here

protected static property CommentTypeJsonBasicAuthTest::$mimeType in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonBasicAuthTest.php \Drupal\Tests\comment\Functional\Rest\CommentTypeJsonBasicAuthTest::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/CommentTypeJsonBasicAuthTest.php, line 32

Class

CommentTypeJsonBasicAuthTest
@group rest

Namespace

Drupal\Tests\comment\Functional\Rest

Code

protected static $mimeType = 'application/json';