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