Commit bc88e8ce authored by git's avatar git Committed by Bram Driesen
Browse files

Issue #3289846 by Project Update Bot, BramDriesen: Automated Drupal 10 compatibility fixes

parent 3ea89bb2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ class StopAdminUserLoginBlockTest extends BrowserTestBase {
  /**
   * {@inheritdoc}
   */
  protected function setUp() {
  protected function setUp(): void {
    parent::setUp();
    // Create a regular user and activate it.
    $this->regularUser = $this->drupalCreateUser();
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ class StopAdminUserLoginPageTest extends BrowserTestBase {
  /**
   * {@inheritdoc}
   */
  protected function setUp() {
  protected function setUp(): void {
    parent::setUp();
    // Create a regular user and activate it.
    $this->regularUser = $this->createUser();