Commit 973e4dbe authored by git's avatar git Committed by Gaurav Kapoor
Browse files

Issue #3289420 by Project Update Bot: Automated Drupal 10 compatibility fixes

parent 61daf191
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ class RoleWatchdogTest extends BrowserTestBase {
  /**
   * {@inheritdoc}
   */
  protected function setUp() {
  protected function setUp(): void {
    parent::setUp();
    $this->user = $this->drupalCreateUser(['administer role_watchdog']);
    $this->drupalLogin($this->user);