Skip to content
Snippets Groups Projects

Issue #3253735: Backbone manual tree-shake

1 file
+ 3
4
Compare changes
  • Side-by-side
  • Inline
  • f94b1247
    Issue #3252214 by Spokje: Move tests for integrations between QuickEdit and... · f94b1247
    Alex Pott authored
    Issue #3252214 by Spokje: Move tests for integrations between QuickEdit and CKEditor5 into QuickEdit so that it can more easily be moved into contrib
<?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