You are here

protected property ResponsiveImageFieldDisplayTest::$dumpHeaders in Zircon Profile 8

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

Class

ResponsiveImageFieldDisplayTest
Tests responsive image display formatter.

Namespace

Drupal\responsive_image\Tests

Code

protected $dumpHeaders = TRUE;