You are here

protected property DrupalWebTestCase::$additionalCurlOptions in SimpleTest 6.2

Same name and namespace in other branches
  1. 7.2 drupal_web_test_case.php \DrupalWebTestCase::additionalCurlOptions
  2. 7 drupal_web_test_case.php \DrupalWebTestCase::additionalCurlOptions

Additional cURL options.

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

File

./drupal_web_test_case.php, line 786

Class

DrupalWebTestCase
Test case for typical Drupal tests.

Code

protected $additionalCurlOptions = array();