Verified Commit faf578bb authored by Jess's avatar Jess
Browse files

Issue #3334679 by Lugir: A minor code comment mistake in NodeFieldAccessTest.php

(cherry picked from commit c2b81839)
parent c393d9cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ public function testAccessToAdministrativeFields() {
    ]);
    $page->save();

    // Create the article node type with revisions disabled.
    // Create the article node type with revisions enabled.
    $article = NodeType::create([
      'type' => 'article',
      'new_revision' => TRUE,