TestBase::$httpAuthMethod

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\simpletest

Code

protected $httpAuthMethod = CURLAUTH_BASIC;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.