protected property SessionTest::$dumpHeaders

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

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

Type: bool

Overrides WebTestBase::$dumpHeaders

File

drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php, line 21
Definition of Drupal\system\Tests\Session\SessionTest.

Class

SessionTest

Namespace

Drupal\system\Tests\Session

Code

protected $dumpHeaders = TRUE;