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