protected property DrupalWebTestCase::$additionalCurlOptions in SimpleTest 7
Same name and namespace in other branches
- 6.2 drupal_web_test_case.php \DrupalWebTestCase::additionalCurlOptions
- 7.2 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 635
Class
- DrupalWebTestCase
- Test case for typical Drupal tests.
Code
protected $additionalCurlOptions = array();