You are here

protected static property FacetSummaryXmlCookieTest::$auth in Facets 8

The authentication mechanism to use in this test.

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

Type: string

Overrides ResourceTestBase::$auth

File

modules/facets_summary/tests/src/Functional/Rest/FacetSummaryXmlCookieTest.php, line 31

Class

FacetSummaryXmlCookieTest
Rest test for xml, cookie, index entity.

Namespace

Drupal\Tests\facets_summary\Functional\Rest

Code

protected static $auth = 'cookie';