Skip to content
Snippets Groups Projects

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

Closed Issue #3252214: Move tests for integrations between QuickEdit and CKEditor5 into QuickEdit so that it can more easily be moved into contrib
Closed spokje requested to merge issue/drupal-3252214:3252214-move-tests-for into 9.4.x
1 file
+ 3
4
Compare changes
  • Side-by-side
  • Inline
<?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;
Loading