You are here

protected static property FacetJsonCookieTest::$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/FacetJsonCookieTest.php, line 19

Class

FacetJsonCookieTest
Rest test for json, cookie, index entity.

Namespace

Drupal\Tests\facets\Functional\Rest

Code

protected static $format = 'json';