You are here

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

Class

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

Namespace

Drupal\Tests\facets_summary\Functional\Rest

Code

protected static $auth = 'basic_auth';