diff --git a/tests/fixtures/drupal5.php b/tests/fixtures/drupal5.php
index 7528bb3f71b894060ee6a5e22df85c4b0aa1cd22..cc46b085487a54a73d4cca7747cd49e86bc36024 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();