From e2876d2262e9f5e19091ccd02722ae5ff6fdb8c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kurucz=20Istv=C3=A1n?= <never@nevergone.hu> Date: Sun, 15 May 2022 02:06:20 +0200 Subject: [PATCH] Add more permissions for fixture file. --- tests/fixtures/drupal5.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/fixtures/drupal5.php b/tests/fixtures/drupal5.php index 7528bb3..cc46b08 100644 --- a/tests/fixtures/drupal5.php +++ b/tests/fixtures/drupal5.php @@ -4,7 +4,7 @@ * @file * A database agnostic dump for testing purposes. * - * This file was generated by the Drupal 9.3.12 db-tools.php script. + * This file was generated by the Drupal 9.3.13 db-tools.php script. */ use Drupal\Core\Database\Database; @@ -4923,17 +4923,17 @@ $connection->insert('permission') )) ->values(array( 'rid' => '4', - 'perm' => 'administer menu, edit own page content, edit own story content, edit page content, edit story content, cancel own vote', + 'perm' => 'create forum topics, administer menu, edit own page content, edit own story content, edit page content, edit story content, cancel own vote', 'tid' => '0', )) ->values(array( 'rid' => '6', - 'perm' => 'administer content with blog api, administer menu, revert revisions, inspect all votes', + 'perm' => 'use PHP for block visibility, administer content with blog api, administer menu, revert revisions, inspect all votes', 'tid' => '0', )) ->values(array( 'rid' => '3', - 'perm' => 'administer menu, administer nodes, cancel own vote', + 'perm' => 'edit own forum topics, administer menu, administer nodes, cancel own vote', 'tid' => '0', )) ->execute(); -- GitLab