protected property UpdateScriptTest::$dumpHeaders in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Update/UpdateScriptTest.php \Drupal\system\Tests\Update\UpdateScriptTest::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/ Update/ UpdateScriptTest.php, line 30 - Contains \Drupal\system\Tests\Update\UpdateScriptTest.
Class
- UpdateScriptTest
- Tests the update script access and functionality.
Namespace
Drupal\system\Tests\UpdateCode
protected $dumpHeaders = TRUE;