You are here

protected static property TermJsonAnonTest::$mimeType in Drupal 8

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

The MIME type that corresponds to $format.

(Sadly this cannot be computed automatically yet.)

Type: string

Overrides ResourceTestBase::$mimeType

File

core/modules/taxonomy/tests/src/Functional/Rest/TermJsonAnonTest.php, line 22

Class

TermJsonAnonTest
@group rest

Namespace

Drupal\Tests\taxonomy\Functional\Rest

Code

protected static $mimeType = 'application/json';