diff --git a/core/modules/editor/lib/Drupal/editor/Tests/QuickeditIntegrationTest.php b/core/modules/editor/lib/Drupal/editor/Tests/QuickeditIntegrationTest.php index 080b507..23d417a 100644 --- a/core/modules/editor/lib/Drupal/editor/Tests/QuickeditIntegrationTest.php +++ b/core/modules/editor/lib/Drupal/editor/Tests/QuickeditIntegrationTest.php @@ -12,7 +12,7 @@ use Drupal\quickedit\MetadataGenerator; use Drupal\quickedit\Plugin\InPlaceEditorManager; use Drupal\quickedit\Tests\QuickeditTestBase; -use Drupal\edit_test\MockEditEntityFieldAccessCheck; +use Drupal\quickedit_test\MockEditEntityFieldAccessCheck; use Drupal\editor\EditorController; use Symfony\Component\HttpFoundation\Request;