Issue #3449455 by mondrake: Correct placement of use statements in ClearTest

(cherry picked from commit 65627871da)
merge-requests/8377/head
catch 2024-05-28 11:23:43 +01:00
parent 67178dbf06
commit f7c91f5b75
1 changed files with 2 additions and 2 deletions

View File

@ -4,13 +4,13 @@ declare(strict_types=1);
namespace Drupal\Tests\system\Functional\Cache; namespace Drupal\Tests\system\Functional\Cache;
use Drupal\Core\Cache\Cache;
/** /**
* Tests our clearing is done the proper way. * Tests our clearing is done the proper way.
* *
* @group Cache * @group Cache
*/ */
use Drupal\Core\Cache\Cache;
class ClearTest extends CacheTestBase { class ClearTest extends CacheTestBase {
/** /**