protected static property FileUploadJsonCookieTest::$auth in Drupal 8
Same name and namespace in other branches
- 9 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\FunctionalCode
protected static $auth = 'cookie';