You are here

protected static property ConfigTestJsonCookieTest::$mimeType in Drupal 9

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

The MIME type that corresponds to $format.

(Sadly this cannot be computed automatically yet.)

Type: string

Overrides ResourceTestBase::$mimeType

File

core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonCookieTest.php, line 22

Class

ConfigTestJsonCookieTest
@group rest

Namespace

Drupal\Tests\config_test\Functional\Rest

Code

protected static $mimeType = 'application/json';