Loading core/modules/node/tests/src/Kernel/NodeFieldAccessTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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, Loading Loading
core/modules/node/tests/src/Kernel/NodeFieldAccessTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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, Loading