Unverified Commit dbe62991 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3252214 by Spokje: Move tests for integrations between QuickEdit and...

Issue #3252214 by Spokje: Move tests for integrations between QuickEdit and CKEditor5 into QuickEdit so that it can more easily be moved into contrib

(cherry picked from commit f94b1247)
parent aeb8420a
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
<?php

namespace Drupal\Tests\ckeditor5\FunctionalJavascript;
namespace Drupal\Tests\quickedit\FunctionalJavascript;

use Drupal\ckeditor5\Plugin\Editor\CKEditor5;
use Drupal\editor\Entity\Editor;
use Drupal\filter\Entity\FilterFormat;
use Drupal\Tests\field\Traits\EntityReferenceTestTrait;
use Drupal\Tests\quickedit\FunctionalJavascript\QuickEditJavascriptTestBase;
use Symfony\Component\Validator\ConstraintViolation;

/**
 * Tests that Quick Edit can load CKEditor 5.
 *
 * @group ckeditor5
 * @group quickedit
 * @internal
 */
class QuickEditIntegrationTest extends QuickEditJavascriptTestBase {
class CKEditor5IntegrationTest extends QuickEditJavascriptTestBase {

  use EntityReferenceTestTrait;