You are here

protected static property CommentJsonAnonTest::$mimeType in Drupal 8

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

Class

CommentJsonAnonTest
@group rest

Namespace

Drupal\Tests\comment\Functional\Rest

Code

protected static $mimeType = 'application/json';