Commit 361e43f0 authored by igor mashevskyi's avatar igor mashevskyi Committed by Ivan Doroshenko
Browse files

Issue #3287101 by Igor Mashevskyi, Project Update Bot: Automated Drupal 10 compatibility fixes

parent f6abeba6
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2,6 +2,5 @@ name: Duplicate Role
type: module
description: Allows duplicating an existing role and its permissions.
package: Administration
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
configure: duplicaterole.overview
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ class DuplicateRoleTest extends BrowserTestBase {
  /**
   * {@inheritdoc}
   */
  protected function setUp() {
  protected function setUp(): void {
    parent::setUp();
    $this->drupalPlaceBlock('local_actions_block');
  }