You are here

protected property ImageFieldDisplayTest::$dumpHeaders in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/image/src/Tests/ImageFieldDisplayTest.php \Drupal\image\Tests\ImageFieldDisplayTest::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/image/src/Tests/ImageFieldDisplayTest.php, line 22
Contains \Drupal\image\Tests\ImageFieldDisplayTest.

Class

ImageFieldDisplayTest
Tests the display of image fields.

Namespace

Drupal\image\Tests

Code

protected $dumpHeaders = TRUE;