diff --git a/core/modules/color/tests/src/Functional/ColorConfigSchemaTest.php b/core/modules/color/tests/src/Functional/ColorConfigSchemaTest.php index 5aaaf56f07..0123041897 100644 --- a/core/modules/color/tests/src/Functional/ColorConfigSchemaTest.php +++ b/core/modules/color/tests/src/Functional/ColorConfigSchemaTest.php @@ -3,7 +3,6 @@ namespace Drupal\Tests\color\Functional; use Drupal\Tests\BrowserTestBase; -use Drupal\user\UserInterface; /** * Ensures the color config schema is correct. diff --git a/core/modules/color/tests/src/Functional/ColorTest.php b/core/modules/color/tests/src/Functional/ColorTest.php index c4f78c46ce..f628a8f944 100644 --- a/core/modules/color/tests/src/Functional/ColorTest.php +++ b/core/modules/color/tests/src/Functional/ColorTest.php @@ -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.