protected property TestBase::$httpAuthMethod in Drupal 8
HTTP authentication method (specified as a CURLAUTH_* constant).
Type: int
See also
http://php.net/manual/function.curl-setopt.php
File
- core/
modules/ simpletest/ src/ TestBase.php, line 237
Class
- TestBase
- Base class for Drupal tests.
Namespace
Drupal\simpletestCode
protected $httpAuthMethod = CURLAUTH_BASIC;