You are here

protected static property MessageJsonBasicAuthTest::$format in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php \Drupal\Tests\contact\Functional\Rest\MessageJsonBasicAuthTest::format
  2. 9 core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php \Drupal\Tests\contact\Functional\Rest\MessageJsonBasicAuthTest::format

The format to use in this test.

A format is the combination of a certain normalizer and a certain serializer.

(The default is 'json' because that doesn't depend on any module.)

Type: string

Overrides ResourceTestBase::$format

See also

https://www.drupal.org/developing/api/8/serialization

File

core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php, line 22

Class

MessageJsonBasicAuthTest
@group rest

Namespace

Drupal\Tests\contact\Functional\Rest

Code

protected static $format = 'json';