Verified Commit fdfde8e5 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3276839 by Spokje, mondrake: Remove leftover dumpHeaders property

parent ba111c10
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -39,11 +39,6 @@ class BigPipeTest extends BrowserTestBase {
   */
  protected $defaultTheme = 'stark';

  /**
   * {@inheritdoc}
   */
  protected $dumpHeaders = TRUE;

  /**
   * {@inheritdoc}
   */
+0 −5
Original line number Diff line number Diff line
@@ -22,11 +22,6 @@
 */
class DynamicPageCacheIntegrationTest extends BrowserTestBase {

  /**
   * {@inheritdoc}
   */
  protected $dumpHeaders = TRUE;

  /**
   * {@inheritdoc}
   */
+0 −2
Original line number Diff line number Diff line
@@ -24,8 +24,6 @@ class ImageFieldDisplayTest extends ImageFieldTestBase {
    compareFiles as drupalCompareFiles;
  }

  protected $dumpHeaders = TRUE;

  /**
   * Modules to enable.
   *
+0 −2
Original line number Diff line number Diff line
@@ -52,8 +52,6 @@ protected function setUp(): void {
   * @see node_query_node_access_alter()
   */
  public function testNodeAccessCacheabilitySafeguard() {
    $this->dumpHeaders = TRUE;

    // The node grants cache context should be added automatically.
    $this->drupalGet(new Url('node_access_test_auto_bubbling'));
    $this->assertCacheContext('user.node_grants:view');
+0 −5
Original line number Diff line number Diff line
@@ -26,11 +26,6 @@ class FrontPageTest extends ViewTestBase {
   */
  protected $defaultTheme = 'stark';

  /**
   * {@inheritdoc}
   */
  protected $dumpHeaders = TRUE;

  /**
   * The entity storage for nodes.
   *
Loading