Skip to content
Snippets Groups Projects
Verified Commit eeafec56 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 58819d7a
No related branches found
No related tags found
11 merge requests!8506Draft: Issue #3456536 by ibrahim tameme,!5646Issue #3350972 by nod_: [random test failure]...,!5600Issue #3350972 by nod_: [random test failure]...,!5343Issue #3305066 by quietone, Rename RedirectLeadingSlashesSubscriber,!3603#ISSUE 3346218 Add a different message on edit comment,!3555Issue #2473873: Views entity operations lack cacheability support, resulting in incorrect dropbuttons,!3494Issue #3327018 by Spokje, longwave, xjm, mondrake: Update PHPStan to 1.9.3 and...,!3410Issue #3340128: UserLoginForm::submitForm has some dead code,!3389Issue #3325184 by Spokje, andypost, xjm, smustgrave: $this->configFactory is...,!3381Issue #3332363: Refactor Claro's menus-and-lists stylesheet,!3307Issue #3326193: CKEditor 5 can grow past the viewport when there is a lot of content
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment