Closed (fixed)
Project:
Drupal core
Version:
8.4.x-dev
Component:
ckeditor.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2017 at 16:10 UTC
Updated:
27 Dec 2017 at 16:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
tedbowThis patch just adds a test failure to both tests to see if they are ignored.
Also going to ping @jfmacdonald about this to see how he found these and if he has found others.
Comment #3
tedbowComment #4
tedbowOk this is where seems to have happened #2686207-16: Convert simpletest kernel tests in modules A-I to phpunit
If I search for "tests/modules/src" in the commit these files are the ones found.
So hopefully these are the only problem test classes
Comment #5
tedbowThis patch moves the test files to where I think they should be.
Comment #6
tedbowComment #7
tedbowComment #9
tedbowThe testes passed and both tests can be in seen in the full log passing: https://dispatcher.drupalci.org/job/drupal_patches/40097/consoleFull
Comment #10
mpdonadio$ find ckeditor -name '*Test.php' -print
ckeditor/tests/modules/src/Kernel/CKEditorPluginManagerTest.php
ckeditor/tests/modules/src/Kernel/CKEditorTest.php
ckeditor/tests/src/Functional/CKEditorAdminTest.php
ckeditor/tests/src/Functional/CKEditorLoadingTest.php
ckeditor/tests/src/Functional/CKEditorStylesComboAdminTest.php
ckeditor/tests/src/Functional/CKEditorToolbarButtonTest.php
ckeditor/tests/src/FunctionalJavascript/AjaxCssTest.php
ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php
ckeditor/tests/src/Unit/CKEditorPluginManagerTest.php
ckeditor/tests/src/Unit/Plugin/CKEditorPlugin/LanguageTest.php
Shows two tests in wrong place in filesystem
Proper move.
Proper move.
https://dispatcher.drupalci.org/job/drupal_patches/40097/consoleText shows
Drupal\Tests\ckeditor\Kernel\CKEditorPluginManagerTest 2 passes
Drupal\Tests\ckeditor\Kernel\CKEditorTest 7 passes
LGTM.
Comment #13
catchComment #15
catchCommitted/pushed to 8.5.x and cherry-picked to 8.4.x, thanks!