You are here

protected static property FeedHalJsonAnonTest::$mimeType in Drupal 8

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

The MIME type that corresponds to $format.

(Sadly this cannot be computed automatically yet.)

Type: string

Overrides FeedHalJsonTestBase::$mimeType

File

core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonAnonTest.php, line 17

Class

FeedHalJsonAnonTest
@group hal

Namespace

Drupal\Tests\aggregator\Functional\Hal

Code

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