Issue #3449455 by mondrake: Correct placement of use statements in ClearTest
(cherry picked from commit 65627871da
)
merge-requests/8377/head
parent
67178dbf06
commit
f7c91f5b75
|
@ -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 {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue