You are here

protected static property BlockContentHalJsonAnonTest::$mimeType in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/block_content/tests/src/Functional/Hal/BlockContentHalJsonAnonTest.php \Drupal\Tests\block_content\Functional\Hal\BlockContentHalJsonAnonTest::mimeType

The MIME type that corresponds to $format.

(Sadly this cannot be computed automatically yet.)

Type: string

Overrides ResourceTestBase::$mimeType

File

core/modules/block_content/tests/src/Functional/Hal/BlockContentHalJsonAnonTest.php, line 36

Class

BlockContentHalJsonAnonTest
@group hal

Namespace

Drupal\Tests\block_content\Functional\Hal

Code

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