55 pass

DrupalCI console output and artifacts are no longer available from dispatcher.drupalci.org. Use GitLab CI instead

All classes passed!
1Ckeditor5.Ckeditor5
1Ckeditor5.Drupal\Tests\ckeditor\FunctionalJavascript\CKEditorDialogTest
- testCKEditorFocusInCkeditorDialogWithinJqueryDialog
51Ckeditor.Ckeditor
14Ckeditor.Drupal\Tests\ckeditor\FunctionalJavascript\MediaTest
- testOnlyDrupalMediaTagProcessed
- testErrorMessages
- testPreviewUsesDefaultThemeAndIsClientCacheable
- testEditableCaption
- testDialogAccess
- testAlt
- testTranslationAlt
- testLinkability with data set "linkability when `drupalimage` is enabled"
- testLinkability with data set "linkability when `drupalimage` is disabled"
- testEmbedPreviewAccess with data set "media_embed filter enabled"
- testEmbedPreviewAccess with data set "media_embed filter disabled"
- testEmbedPreviewAccess with data set "media_embed filter enabled, user not allowed to use text format"
- testAlignment
- testViewMode
3Ckeditor.Drupal\Tests\ckeditor\FunctionalJavascript\MediaLibraryTest
- testConfigurationValidation
- testButton
- testAllowedMediaTypes
1Ckeditor.Drupal\Tests\ckeditor\FunctionalJavascript\FormErrorHandlerCKEditorTest
- testFragmentLink
4Ckeditor.Drupal\Tests\ckeditor\FunctionalJavascript\CKEditorIntegrationTest
- testFragmentLink
- testDrupalImageDialog
- testDrupalImageCaptionDialog
- testOffCanvasStyles
1Ckeditor.Drupal\Tests\ckeditor\FunctionalJavascript\CKEditor5CKEditor4Compatibility
- testCkeCompatibility
1Ckeditor.Drupal\Tests\ckeditor\FunctionalJavascript\AjaxCssTest
- testCkeditorAjaxAddCss
1Ckeditor.Drupal\Tests\ckeditor\Functional\CKEditorToolbarButtonTest
- testImageButtonDisplay
1Ckeditor.Drupal\Tests\ckeditor\Functional\CKEditorStylesComboTranslationTest
- testExistingFormat
1Ckeditor.Drupal\Tests\ckeditor\Functional\CKEditorStylesComboAdminTest
- testExistingFormat
2Ckeditor.Drupal\Tests\ckeditor\Functional\CKEditorLoadingTest
- testLoading
- testLoadingWithoutInternalButtons
2Ckeditor.Drupal\Tests\ckeditor\Functional\CKEditorAdminTest
- testExistingFormat
- testNewFormat
3Ckeditor.Drupal\Tests\ckeditor\Kernel\Plugin\CKEditorPlugin\InternalTest
- testFormatTagsSettings with data set "No filter plugins enabled (all tags allowed)"
- testFormatTagsSettings with data set "HTML filter plugin enabled (some tags filtered out)"
- testFormatTagsSettings with data set "Test attribute filter enabled (all tags allowed)"
8Ckeditor.Drupal\Tests\ckeditor\Kernel\CKEditorTest
- testGetJSSettings
- testBuildToolbarJSSetting
- testBuildContentsCssJSSetting
- testInternalGetConfig
- testStylesComboGetConfig
- testLanguages
- testJSTranslation
- testExternalStylesheets
2Ckeditor.Drupal\Tests\ckeditor\Kernel\CKEditorPluginManagerTest
- testEnabledPlugins
- testCssFiles
2Ckeditor.Drupal\Tests\ckeditor\Unit\Plugin\CKEditorPlugin\LanguageTest
- testGetConfig with data set #0
- testGetConfig with data set #1
5Ckeditor.Drupal\Tests\ckeditor\Unit\CKEditorPluginManagerTest
- testGetEnabledButtons with data set "empty"
- testGetEnabledButtons with data set "1 row, 1 group"
- 1 groups"
- testGetEnabledButtons with data set "2 rows, 1 group each"
- 1 groups each"
1Legacy.Legacy
1Legacy.Drupal\Tests\ckeditor\FunctionalJavascript\BigPipeRegressionTest
- testCommentForm_2698811
2Update.Update
2Update.Drupal\Tests\ckeditor\Functional\Update\CKEditorUpdateOmitDisabledPluginSettings
- testUpdateUpdateOmitDisabledSettingsPostUpdate
- testUpdateUpdateOmitDisabledSettingsEntitySave

16 coding standards messages

/var/www/html/modules/contrib/ckeditor/js/ckeditor.dialog.fix.js
line 1Expected space or tab before '*/' in comment. (spaced-comment)
2Insert `·` (prettier/prettier)
3Insert `·` (prettier/prettier)
4Insert `·` (prettier/prettier)
5Insert `·` (prettier/prettier)
6Insert `·` (prettier/prettier)
8Unexpected unnamed function. (func-names)
11Replace `$(event.target).closest('.cke_dialog').length·||·this._super(event)` with `(⏎········$(event.target).closest('.cke_dialog').length·||·this._super(event)⏎······)` (prettier/prettier)
12Insert `,` (prettier/prettier)
14Insert `⏎` (prettier/prettier)
ckeditor.module
27The array declaration extends to column 730 (the limit is 80). The array content should be split up over multiple lines
31The array declaration extends to column 588 (the limit is 80). The array content should be split up over multiple lines
41The array declaration extends to column 413 (the limit is 80). The array content should be split up over multiple lines
198Line indented incorrectly; expected 2 spaces, found 4
205Closing brace indented incorrectly; expected 4 spaces, found 2
tests/src/FunctionalJavascript/CKEditorDialogTest.php
91Public method name "CKEditorDialogTest::testCKEditorFocusInCkeditorDialogWithinJqueryDialog" is not in lowerCamel format

ckeditor 1.0.x-dev branch result

History

UpdatedResult
22 Nov 2022 at 15:39 UTC