You are here

protected static property ItemHalJsonCookieTest::$mimeType in Drupal 8

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

The MIME type that corresponds to $format.

(Sadly this cannot be computed automatically yet.)

Type: string

Overrides ItemHalJsonTestBase::$mimeType

File

core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonCookieTest.php, line 32

Class

ItemHalJsonCookieTest
@group hal

Namespace

Drupal\Tests\aggregator\Functional\Hal

Code

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