You are here

protected static property FeedJsonAnonTest::$mimeType in Drupal 8

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

The MIME type that corresponds to $format.

(Sadly this cannot be computed automatically yet.)

Type: string

Overrides ResourceTestBase::$mimeType

File

core/modules/aggregator/tests/src/Functional/Rest/FeedJsonAnonTest.php, line 22

Class

FeedJsonAnonTest
@group rest

Namespace

Drupal\Tests\aggregator\Functional\Rest

Code

protected static $mimeType = 'application/json';