You are here

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

Class

WorkspaceJsonCookieTest
Test workspace entities for JSON requests with cookie authentication.

Namespace

Drupal\Tests\workspace\Functional\EntityResource

Code

protected static $auth = 'cookie';