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

(cherry picked from commit c2b81839c9)
merge-requests/3235/head
xjm 2023-01-20 16:51:33 -06:00
parent 58819d7a5e
commit eeafec561a
No known key found for this signature in database
GPG Key ID: 206B0B8743BDF4C2
1 changed files with 1 additions and 1 deletions
core/modules/node/tests/src/Kernel

View File

@ -53,7 +53,7 @@ class NodeFieldAccessTest extends EntityKernelTestBase {
]);
$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,