You are here

protected property WebTestBase::$dumpHeaders in SimpleTest 8.3

Indicates that headers should be dumped if verbose output is enabled.

Headers are dumped to verbose by drupalGet(), drupalHead(), and drupalPostForm().

Type: bool

File

src/WebTestBase.php, line 124

Class

WebTestBase
Test case for typical Drupal tests.

Namespace

Drupal\simpletest

Code

protected $dumpHeaders = FALSE;