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