You are here

protected property SimplesitemapTest::$dumpHeaders in Simple XML sitemap 8

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

src/Tests/SimplesitemapTest.php, line 20
Contains \Drupal\simplesitemap\Tests\SimplesitemapTest

Class

SimplesitemapTest
Tests Simple XML sitemap integration.

Namespace

Drupal\simplesitemap\Tests

Code

protected $dumpHeaders = TRUE;