Issue #3334679 by Lugir: A minor code comment mistake in NodeFieldAccessTest.php
(cherry picked from commit c2b81839c9
)
merge-requests/3235/head
parent
58819d7a5e
commit
eeafec561a
core/modules/node/tests/src/Kernel
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue