You are here

protected property DynamicPageCacheIntegrationTest::$dumpHeaders in Zircon Profile 8

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

Class

DynamicPageCacheIntegrationTest
Enables the Dynamic Page Cache and tests it in various scenarios.

Namespace

Drupal\dynamic_page_cache\Tests

Code

protected $dumpHeaders = TRUE;