protected property WebTestBase::$additionalCurlOptions

Additional cURL options.

Drupal\simpletest\WebTestBase itself never sets this but always obeys what is set.

File

drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php, line 101
Definition of Drupal\simpletest\WebTestBase.

Class

WebTestBase
Test case for typical Drupal tests.

Namespace

Drupal\simpletest

Code

protected $additionalCurlOptions = array();