You are here

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

Class

FacetSourceXmlBasicAuthTest
Rest test for xml, basic auth, index entity.

Namespace

Drupal\Tests\facets\Functional\Rest

Code

protected static $auth = 'basic_auth';