Skip to content
Snippets Groups Projects
Unverified Commit 51f7c3fe 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 dd103d84
No related branches found
No related tags found
No related merge requests found
<?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;
......
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