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