You are here

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

Class

WorkspaceXmlCookieTest
Test workspace entities for XML requests.

Namespace

Drupal\Tests\workspace\Functional\EntityResource

Code

protected static $auth = 'cookie';