You are here

protected property WebTestBase::$additionalCurlOptions in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/simpletest/src/WebTestBase.php \Drupal\simpletest\WebTestBase::additionalCurlOptions

Additional cURL options.

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

File

core/modules/simpletest/src/WebTestBase.php, line 133
Contains \Drupal\simpletest\WebTestBase.

Class

WebTestBase
Test case for typical Drupal tests.

Namespace

Drupal\simpletest

Code

protected $additionalCurlOptions = array();