You are here

protected static property NodeTypeJsonAnonTest::$mimeType in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/node/tests/src/Functional/Rest/NodeTypeJsonAnonTest.php \Drupal\Tests\node\Functional\Rest\NodeTypeJsonAnonTest::mimeType

The MIME type that corresponds to $format.

(Sadly this cannot be computed automatically yet.)

Type: string

Overrides ResourceTestBase::$mimeType

File

core/modules/node/tests/src/Functional/Rest/NodeTypeJsonAnonTest.php, line 22

Class

NodeTypeJsonAnonTest
@group rest

Namespace

Drupal\Tests\node\Functional\Rest

Code

protected static $mimeType = 'application/json';