You are here

protected property EarlyRenderingControllerTest::$dumpHeaders in Zircon Profile 8

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

Class

EarlyRenderingControllerTest
Verifies that bubbleable metadata of early rendering is not lost.

Namespace

Drupal\system\Tests\Common

Code

protected $dumpHeaders = TRUE;