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