From 00ebd9a22d3cf837bb9021c0ea5ca12cb3e119bc Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole Date: Mon, 14 Mar 2016 21:24:23 +0900 Subject: [PATCH] Issue #2674408 by alexpott, dawehner: Fix "Drupal.Classes.UnusedUseStatement" standard in core --- core/modules/system/src/Tests/Entity/EntityAddUITest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/modules/system/src/Tests/Entity/EntityAddUITest.php b/core/modules/system/src/Tests/Entity/EntityAddUITest.php index 67e742aa653..0df247a47eb 100644 --- a/core/modules/system/src/Tests/Entity/EntityAddUITest.php +++ b/core/modules/system/src/Tests/Entity/EntityAddUITest.php @@ -11,7 +11,6 @@ use Drupal\entity_test\Entity\EntityTestBundle; use Drupal\entity_test\Entity\EntityTestMul; use Drupal\entity_test\Entity\EntityTestWithBundle; use Drupal\simpletest\WebTestBase; -use Drupal\system\Tests\Cache\AssertPageCacheContextsAndTagsTrait; /** * Tests the /add and /add/{type} controllers.