You are here

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

Code

protected $httpAuthMethod = CURLAUTH_BASIC;