diff --git a/core/modules/system/tests/src/Functional/Cache/ClearTest.php b/core/modules/system/tests/src/Functional/Cache/ClearTest.php index 3746f9a426f5ac2df2732d3848522bdc1de37dfd..dc82558d7c5d9ab3ee48da31e4ea2fdc59738139 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 @@ 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 { /**