protected property WebTestBase::$dumpHeaders

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

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

Type: bool

File

drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php, line 65
Definition of Drupal\simpletest\WebTestBase.

Class

WebTestBase
Test case for typical Drupal tests.

Namespace

Drupal\simpletest

Code

protected $dumpHeaders = FALSE;