Commit f360de0e authored by catch's avatar catch
Browse files

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

(cherry picked from commit 65627871)
parent 02b12c1e
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {

  /**