You are here

protected static property BlockHalJsonCookieTest::$mimeType in Drupal 8

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

The MIME type that corresponds to $format.

(Sadly this cannot be computed automatically yet.)

Type: string

Overrides ResourceTestBase::$mimeType

File

core/modules/block/tests/src/Functional/Hal/BlockHalJsonCookieTest.php, line 33

Class

BlockHalJsonCookieTest
@group hal

Namespace

Drupal\Tests\block\Functional\Hal

Code

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