You are here

protected property DrupalWebTestCase::$additionalCurlOptions in Drupal 7

Additional cURL options.

DrupalWebTestCase itself never sets this but always obeys what is set.

File

modules/simpletest/drupal_web_test_case.php, line 905

Class

DrupalWebTestCase
Test case for typical Drupal tests.

Code

protected $additionalCurlOptions = array();