You are here

protected static property FileUploadJsonCookieTest::$auth in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/file/tests/src/Functional/FileUploadJsonCookieTest.php \Drupal\Tests\file\Functional\FileUploadJsonCookieTest::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/file/tests/src/Functional/FileUploadJsonCookieTest.php, line 33

Class

FileUploadJsonCookieTest
@group file

Namespace

Drupal\Tests\file\Functional

Code

protected static $auth = 'cookie';