You are here

protected static property FacetXmlCookieTest::$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

tests/src/Functional/Rest/FacetXmlCookieTest.php, line 31

Class

FacetXmlCookieTest
Rest test for xml, cookie, index entity.

Namespace

Drupal\Tests\facets\Functional\Rest

Code

protected static $auth = 'cookie';