Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
quickedit
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
10
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
quickedit
Merge requests
!19
Fixed Drupal 11 compatibility
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Fixed Drupal 11 compatibility
issue/quickedit-3476660:3476660-drupal-11-compatibility
into
1.0.x
Overview
0
Commits
1
Pipelines
1
Changes
5
Open
sarwan verma
requested to merge
issue/quickedit-3476660:3476660-drupal-11-compatibility
into
1.0.x
3 months ago
Overview
0
Commits
1
Pipelines
1
Changes
5
Expand
👍
0
👎
0
Merge request reports
Compare
1.0.x
1.0.x (HEAD)
and
latest version
latest version
a1d043c3
1 commit,
3 months ago
5 files
+
11
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
tests/src/FunctionalJavascript/CKEditor5IntegrationTest.php
+
2
−
2
Options
@@ -5,7 +5,7 @@ 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\EntityReference
Test
Trait
;
use
Drupal\Tests\field\Traits\EntityReference
FieldCreation
Trait
;
use
Symfony\Component\Validator\ConstraintViolation
;
/**
@@ -16,7 +16,7 @@ use Symfony\Component\Validator\ConstraintViolation;
*/
class
CKEditor5IntegrationTest
extends
QuickEditJavascriptTestBase
{
use
EntityReference
Test
Trait
;
use
EntityReference
FieldCreation
Trait
;
/**
* {@inheritdoc}
Loading