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