protected property PageCacheTest::$dumpHeaders in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\TestsCode
protected $dumpHeaders = TRUE;