protected property PageCacheTest::$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/Bootstrap/PageCacheTest.php, line 17
Definition of Drupal\system\Tests\Bootstrap\PageCacheTest.

Class

PageCacheTest
Enables the page cache and tests it with various HTTP requests.

Namespace

Drupal\system\Tests\Bootstrap

Code

protected $dumpHeaders = TRUE;