You are here

protected property WebTestBase::$maximumRedirects in Drupal 8

The maximum number of redirects to follow when handling responses.

Type: int

File

core/modules/simpletest/src/WebTestBase.php, line 180

Class

WebTestBase
Test case for typical Drupal tests.

Namespace

Drupal\simpletest

Code

protected $maximumRedirects = 5;