Mercurial > hg > isophonics-drupal-site
comparison core/modules/simpletest/src/WebTestBase.php @ 12:7a779792577d
Update Drupal core to v8.4.5 (via Composer)
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:52:07 +0000 |
parents | 4c8ae668cc8c |
children | 1fec387a4317 |
comparison
equal
deleted
inserted
replaced
11:bfffd8d7479a | 12:7a779792577d |
---|---|
94 protected $assertAjaxHeader = TRUE; | 94 protected $assertAjaxHeader = TRUE; |
95 | 95 |
96 /** | 96 /** |
97 * The headers of the page currently loaded in the internal browser. | 97 * The headers of the page currently loaded in the internal browser. |
98 * | 98 * |
99 * @var Array | 99 * @var array |
100 */ | 100 */ |
101 protected $headers; | 101 protected $headers; |
102 | 102 |
103 /** | 103 /** |
104 * The cookies of the page currently loaded in the internal browser. | 104 * The cookies of the page currently loaded in the internal browser. |
166 */ | 166 */ |
167 protected $sessionId = NULL; | 167 protected $sessionId = NULL; |
168 | 168 |
169 /** | 169 /** |
170 * The maximum number of redirects to follow when handling responses. | 170 * The maximum number of redirects to follow when handling responses. |
171 * | |
172 * @var int | |
171 */ | 173 */ |
172 protected $maximumRedirects = 5; | 174 protected $maximumRedirects = 5; |
173 | 175 |
174 /** | 176 /** |
175 * The number of redirects followed during the handling of a request. | 177 * The number of redirects followed during the handling of a request. |