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

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

parent f7fdc69e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ class DetectDuplicateNodeTest extends WebDriverTestBase {
  /**
   * {@inheritdoc}
   */
  public function setUp() {
  public function setUp(): void {
    parent::setUp();

    // Change anti-duplicates global settings to a known-good state for this
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ class GlobalConfigurationTest extends WebDriverTestBase {
  /**
   * {@inheritdoc}
   */
  public function setUp() {
  public function setUp(): void {
    parent::setUp();

    $this->setUpArticleAndPageContentTypes();