You are here

protected property WebTestBase::$dumpHeaders in Drupal 8

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

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

Type: bool

File

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

Class

WebTestBase
Test case for typical Drupal tests.

Namespace

Drupal\simpletest

Code

protected $dumpHeaders = FALSE;