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

core/modules/simpletest/backdrop_web_test_case.php, line 998

Class

BackdropWebTestCase
Test case for typical Backdrop tests.

Code

protected $cookieFile = NULL;