Skip to content
Snippets Groups Projects
Verified Commit 26e733a1 authored by Dave Long's avatar Dave Long
Browse files

Issue #3420375 by Spokje: Remove cruft from NodeRevisions[All]Test::setUp

(cherry picked from commit 9179fd28)
parent e53168e4
No related branches found
Tags 11-137198
9 merge requests!8376Drupal views: adding more granularity to the ‘use ajax’ functionality,!8300Issue #3443586 View area displays even when parent view has no results.,!7567Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7565Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7509Change label "Block description" to "Block type",!7344Issue #3292350 by O'Briat, KlemenDEV, hswong3i, smustgrave, quietone: Update...,!6922Issue #3412959 by quietone, smustgrave, longwave: Fix 12 'un' words,!6848Issue #3417553 by longwave: Remove withConsecutive() in CacheCollectorTest,!6720Revert "Issue #3358581 by pfrenssen, _tarik_, a.dmitriiev, smustgrave:...
Pipeline #97892 passed
Pipeline: drupal

#97909

    Pipeline: drupal

    #97905

      Pipeline: drupal

      #97899

        +1
        ...@@ -63,9 +63,6 @@ protected function setUp(): void { ...@@ -63,9 +63,6 @@ protected function setUp(): void {
        // This must be different from user performing revert. // This must be different from user performing revert.
        $this->revisionUser = $this->drupalCreateUser(); $this->revisionUser = $this->drupalCreateUser();
        $settings = get_object_vars($node);
        $settings['revision'] = 1;
        $nodes = []; $nodes = [];
        $logs = []; $logs = [];
        ......
        ...@@ -95,9 +95,6 @@ protected function setUp(): void { ...@@ -95,9 +95,6 @@ protected function setUp(): void {
        // Create initial node. // Create initial node.
        $node = $this->drupalCreateNode(); $node = $this->drupalCreateNode();
        $settings = get_object_vars($node);
        $settings['revision'] = 1;
        $settings['isDefaultRevision'] = TRUE;
        $nodes = []; $nodes = [];
        $logs = []; $logs = [];
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment