You are here

protected static property TermJsonBasicAuthTest::$mimeType in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/taxonomy/tests/src/Functional/Rest/TermJsonBasicAuthTest.php \Drupal\Tests\taxonomy\Functional\Rest\TermJsonBasicAuthTest::mimeType
  2. 9 core/modules/taxonomy/tests/src/Functional/Rest/TermJsonBasicAuthTest.php \Drupal\Tests\taxonomy\Functional\Rest\TermJsonBasicAuthTest::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/TermJsonBasicAuthTest.php, line 32

Class

TermJsonBasicAuthTest
@group rest

Namespace

Drupal\Tests\taxonomy\Functional\Rest

Code

protected static $mimeType = 'application/json';