You are here

protected property PageCacheTagsIntegrationTest::$dumpHeaders in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/page_cache/src/Tests/PageCacheTagsIntegrationTest.php \Drupal\page_cache\Tests\PageCacheTagsIntegrationTest::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/PageCacheTagsIntegrationTest.php, line 28
Contains \Drupal\page_cache\Tests\PageCacheTagsIntegrationTest.

Class

PageCacheTagsIntegrationTest
Enables the page cache and tests its cache tags in various scenarios.

Namespace

Drupal\page_cache\Tests

Code

protected $dumpHeaders = TRUE;