Skip to content
Snippets Groups Projects

3023322 - Contextual Links Style Update

7 unresolved threads
1 file
+ 3
4
Compare changes
  • Side-by-side
  • Inline
  • 51f7c3fe
    Issue #3252214 by Spokje: Move tests for integrations between QuickEdit and... · 51f7c3fe
    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
    
    (cherry picked from commit f94b1247)
<?php
<?php
namespace Drupal\Tests\ckeditor5\FunctionalJavascript;
namespace Drupal\Tests\quickedit\FunctionalJavascript;
use Drupal\ckeditor5\Plugin\Editor\CKEditor5;
use Drupal\ckeditor5\Plugin\Editor\CKEditor5;
use Drupal\editor\Entity\Editor;
use Drupal\editor\Entity\Editor;
use Drupal\filter\Entity\FilterFormat;
use Drupal\filter\Entity\FilterFormat;
use Drupal\Tests\field\Traits\EntityReferenceTestTrait;
use Drupal\Tests\field\Traits\EntityReferenceTestTrait;
use Drupal\Tests\quickedit\FunctionalJavascript\QuickEditJavascriptTestBase;
use Symfony\Component\Validator\ConstraintViolation;
use Symfony\Component\Validator\ConstraintViolation;
/**
/**
* Tests that Quick Edit can load CKEditor 5.
* Tests that Quick Edit can load CKEditor 5.
*
*
* @group ckeditor5
* @group quickedit
* @internal
* @internal
*/
*/
class QuickEditIntegrationTest extends QuickEditJavascriptTestBase {
class CKEditor5IntegrationTest extends QuickEditJavascriptTestBase {
use EntityReferenceTestTrait;
use EntityReferenceTestTrait;
Loading