You are here

protected property DrupalWebTestCase::$cookieFile in SimpleTest 6.2

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

The current cookie file used by cURL.

We do not reuse the cookies in further runs, so we do not need a file but we still need cookie handling, so we set the jar to NULL.

File

./drupal_web_test_case.php, line 779

Class

DrupalWebTestCase
Test case for typical Drupal tests.

Code

protected $cookieFile = NULL;