protected property WebTestBase::$dumpHeaders in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/simpletest/src/WebTestBase.php \Drupal\simpletest\WebTestBase::dumpHeaders
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 102 - Contains \Drupal\simpletest\WebTestBase.
Class
- WebTestBase
- Test case for typical Drupal tests.
Namespace
Drupal\simpletestCode
protected $dumpHeaders = FALSE;