You are here

protected property PageCacheTest::$dumpHeaders in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/page_cache/src/Tests/PageCacheTest.php \Drupal\page_cache\Tests\PageCacheTest::dumpHeaders

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

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

Type: bool

Overrides WebTestBase::$dumpHeaders

File

core/modules/page_cache/src/Tests/PageCacheTest.php, line 25
Contains \Drupal\page_cache\Tests\PageCacheTest.

Class

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

Namespace

Drupal\page_cache\Tests

Code

protected $dumpHeaders = TRUE;