You are here

protected property WebTestBase::$metaRefreshCount in Drupal 8

The number of meta refresh redirects followed during ::drupalGet().

Type: int

File

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

Class

WebTestBase
Test case for typical Drupal tests.

Namespace

Drupal\simpletest

Code

protected $metaRefreshCount = 0;