diff --git a/core/modules/system/tests/src/Functional/Cache/ClearTest.php b/core/modules/system/tests/src/Functional/Cache/ClearTest.php index 3746f9a426f..dc82558d7c5 100644 --- a/core/modules/system/tests/src/Functional/Cache/ClearTest.php +++ b/core/modules/system/tests/src/Functional/Cache/ClearTest.php @@ -4,13 +4,13 @@ declare(strict_types=1); namespace Drupal\Tests\system\Functional\Cache; +use Drupal\Core\Cache\Cache; + /** * Tests our clearing is done the proper way. * * @group Cache */ -use Drupal\Core\Cache\Cache; - class ClearTest extends CacheTestBase { /**