You are here

protected property PageCacheTagsTestBase::$dumpHeaders in Zircon Profile 8.0

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

Always enable header dumping in page cache tags tests, this aids debugging.

Overrides WebTestBase::$dumpHeaders

File

core/modules/system/src/Tests/Cache/PageCacheTagsTestBase.php, line 24
Contains \Drupal\system\Tests\Cache\PageCacheTagsTestBase.

Class

PageCacheTagsTestBase
Provides helper methods for page cache tags tests.

Namespace

Drupal\system\Tests\Cache

Code

protected $dumpHeaders = TRUE;