Loading core/modules/color/tests/src/Functional/ColorConfigSchemaTest.php +1 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ namespace Drupal\Tests\color\Functional; use Drupal\Tests\BrowserTestBase; use Drupal\user\UserInterface; /** * Ensures the color config schema is correct. Loading @@ -30,7 +29,7 @@ class ColorConfigSchemaTest extends BrowserTestBase { * * @var \Drupal\user\UserInterface */ protected UserInterface $adminUser; protected $adminUser; /** * {@inheritdoc} Loading core/modules/color/tests/src/Functional/ColorTest.php +1 −2 Original line number Diff line number Diff line Loading @@ -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. Loading @@ -30,7 +29,7 @@ class ColorTest extends BrowserTestBase { * * @var \Drupal\user\UserInterface */ protected UserInterface $bigUser; protected $bigUser; /** * {@inheritdoc} Loading Loading
core/modules/color/tests/src/Functional/ColorConfigSchemaTest.php +1 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ namespace Drupal\Tests\color\Functional; use Drupal\Tests\BrowserTestBase; use Drupal\user\UserInterface; /** * Ensures the color config schema is correct. Loading @@ -30,7 +29,7 @@ class ColorConfigSchemaTest extends BrowserTestBase { * * @var \Drupal\user\UserInterface */ protected UserInterface $adminUser; protected $adminUser; /** * {@inheritdoc} Loading
core/modules/color/tests/src/Functional/ColorTest.php +1 −2 Original line number Diff line number Diff line Loading @@ -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. Loading @@ -30,7 +29,7 @@ class ColorTest extends BrowserTestBase { * * @var \Drupal\user\UserInterface */ protected UserInterface $bigUser; protected $bigUser; /** * {@inheritdoc} Loading