You are here

protected static property WorkspaceXmlBasicAuthTest::$auth in Workspace 8.2

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/EntityResource/WorkspaceXmlBasicAuthTest.php, line 36

Class

WorkspaceXmlBasicAuthTest
Test workspace entities for XML requests with cookie authentication.

Namespace

Drupal\Tests\workspace\Functional\EntityResource

Code

protected static $auth = 'basic_auth';