You are here

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

Class

FacetSourceJsonCookieTest
Rest test for json, cookie, index entity.

Namespace

Drupal\Tests\facets\Functional\Rest

Code

protected static $auth = 'cookie';