Commit ea4949d6 authored by Project Update Bot's avatar Project Update Bot Committed by Mats Blakstad
Browse files

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

parent 95fb4e7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ class Select2BefTests extends Select2BoxesTestsBase {
  /**
   * {@inheritdoc}
   */
  protected function setUp() {
  protected function setUp(): void {
    parent::setUp();

    $select2befTestUser = $this->createUser([
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ class Select2BoxesTests extends Select2BoxesTestsBase {
  /**
   * {@inheritdoc}
   */
  protected function setUp() {
  protected function setUp(): void {
    parent::setUp();
    $this->drupalLogin($this->user);
  }
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ abstract class Select2BoxesTestsBase extends WebDriverTestBase {
  /**
   * {@inheritdoc}
   */
  protected function setUp() {
  protected function setUp(): void {
    parent::setUp();

    $this->user = $this->createUser([