protected static property FileUploadJsonBasicAuthTest::$auth in Drupal 8
Same name and namespace in other branches
- 9 core/modules/file/tests/src/Functional/FileUploadJsonBasicAuthTest.php \Drupal\Tests\file\Functional\FileUploadJsonBasicAuthTest::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/ FileUploadJsonBasicAuthTest.php, line 38
Class
- FileUploadJsonBasicAuthTest
- @group file
Namespace
Drupal\Tests\file\FunctionalCode
protected static $auth = 'basic_auth';