- Downloads
Issue #3508658 by alexpott: Update tests to using ckeditor5
parent
1ff593ca
Branches
Tags 8.x-2.0-beta20
Showing
- .gitlab-ci.yml 0 additions, 8 deletions.gitlab-ci.yml
- composer.json 2 additions, 3 deletionscomposer.json
- tests/modules/entity_usage_test/config/install/editor.editor.eu_test_text_format.yml 27 additions, 33 deletions...test/config/install/editor.editor.eu_test_text_format.yml
- tests/modules/entity_usage_test/config/install/filter.format.eu_test_text_format.yml 9 additions, 0 deletions...test/config/install/filter.format.eu_test_text_format.yml
- tests/modules/entity_usage_test/entity_usage_test.info.yml 1 addition, 1 deletiontests/modules/entity_usage_test/entity_usage_test.info.yml
| ... | ... | @@ -12,15 +12,14 @@ |
| }, | ||
| "require": { }, | ||
| "require-dev": { | ||
| "drupal/ckeditor": "^1.0", | ||
| "drupal/entity_embed": "~1.0", | ||
| "drupal/entity_embed": "^1.7", | ||
| "drupal/entity_reference_revisions": "~1.0", | ||
| "drupal/paragraphs": "~1.0", | ||
| "drupal/webform": "^6.0.0-alpha4", | ||
| "drupal/block_field": "~1.0", | ||
| "drupal/dynamic_entity_reference": "~1.0 || ^2.0 || ^4.0", | ||
| "drupal/entity_browser": "~2.0", | ||
| "drupal/entity_browser_block": "~1.0", | ||
| "drupal/entity_browser_block": "~1.0 || ^2.0", | ||
| "drupal/inline_entity_form": "^1.0@RC || ^3.0@RC", | ||
| "drupal/redirect": "^1.11" | ||
| }, | ||
| ... | ... | |
| ... | ... |
Please sign in to comment