You are here

protected static property FacetXmlAnonTest::$format in Facets 8

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/Rest/FacetXmlAnonTest.php, line 21

Class

FacetXmlAnonTest
Rest test for xml, anonymous, index entity.

Namespace

Drupal\Tests\facets\Functional\Rest

Code

protected static $format = 'xml';