You are here

protected property WebTestBase::$maximumMetaRefreshCount in Drupal 8

The number of meta refresh redirects to follow, or NULL if unlimited.

Type: null|int

File

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

Class

WebTestBase
Test case for typical Drupal tests.

Namespace

Drupal\simpletest

Code

protected $maximumMetaRefreshCount = NULL;