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