You are here

protected property WebTestBase::$metaRefreshCount in SimpleTest 8.3

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

Type: int

File

src/WebTestBase.php, line 202

Class

WebTestBase
Test case for typical Drupal tests.

Namespace

Drupal\simpletest

Code

protected $metaRefreshCount = 0;