You are here

protected static property WorkspaceXmlBasicAuthTest::$format in Workspace 8.2

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

tests/src/Functional/EntityResource/WorkspaceXmlBasicAuthTest.php, line 26

Class

WorkspaceXmlBasicAuthTest
Test workspace entities for XML requests with cookie authentication.

Namespace

Drupal\Tests\workspace\Functional\EntityResource

Code

protected static $format = 'xml';