Verified Commit 97dfc929 authored by Jess's avatar Jess
Browse files

Issue #3281430 followup by bnjmnm: Fix tests on PHP 7.3.

parent e39d894c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
namespace Drupal\Tests\color\Functional;

use Drupal\Tests\BrowserTestBase;
use Drupal\user\UserInterface;

/**
 * Ensures the color config schema is correct.
@@ -30,7 +29,7 @@ class ColorConfigSchemaTest extends BrowserTestBase {
   *
   * @var \Drupal\user\UserInterface
   */
  protected UserInterface $adminUser;
  protected $adminUser;

  /**
   * {@inheritdoc}
+1 −2
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
namespace Drupal\Tests\color\Functional;

use Drupal\Tests\BrowserTestBase;
use Drupal\user\UserInterface;

/**
 * Modify theme colors and make sure the changes are reflected on the frontend.
@@ -30,7 +29,7 @@ class ColorTest extends BrowserTestBase {
   *
   * @var \Drupal\user\UserInterface
   */
  protected UserInterface $bigUser;
  protected $bigUser;

  /**
   * {@inheritdoc}