You are here

protected static property WorkspaceJsonCookieTest::$auth in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonCookieTest.php \Drupal\Tests\workspaces\Functional\EntityResource\WorkspaceJsonCookieTest::auth

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

core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonCookieTest.php, line 29

Class

WorkspaceJsonCookieTest
Test workspace entities for JSON requests with cookie authentication.

Namespace

Drupal\Tests\workspaces\Functional\EntityResource

Code

protected static $auth = 'cookie';