You are here

protected static property ItemHalJsonBasicAuthTest::$mimeType in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonBasicAuthTest.php \Drupal\Tests\aggregator\Functional\Hal\ItemHalJsonBasicAuthTest::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/ItemHalJsonBasicAuthTest.php, line 32

Class

ItemHalJsonBasicAuthTest
@group hal

Namespace

Drupal\Tests\aggregator\Functional\Hal

Code

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