Skip to content
Snippets Groups Projects
Commit 65627871 authored by catch's avatar catch
Browse files

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

parent f4e846bd
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment