You are here

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

Class

FacetJsonBasicAuthTest
Rest test for json, basic auth, index entity.

Namespace

Drupal\Tests\facets\Functional\Rest

Code

protected static $auth = 'basic_auth';