You are here

protected static property CommentHalJsonTestBase::$mimeType in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php \Drupal\Tests\comment\Functional\Hal\CommentHalJsonTestBase::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/Hal/CommentHalJsonTestBase.php, line 27

Class

CommentHalJsonTestBase

Namespace

Drupal\Tests\comment\Functional\Hal

Code

protected static $mimeType = 'application/hal+json';