Problem/Motivation
There are CKEditorTest references to Bartik and Seven:
7 core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
These tests should be updated to either use Olivero, Claro, or System module's test_theme so we can deprecate Bartik #3249109: Deprecate Bartik and Seven #3084814: Deprecate Seven theme as mentioned at #3278124: Convert various tests that use bartik/seven to olivero/claro.
Steps to reproduce
git grep -E '(bartik)|(seven)' -- 'core/modules/ckeditor/tests' | awk -F: '{print $1}' | sort | uniq -c should return no results when this work is complete.
Remaining tasks
Update the tests.
User interface changes
None.
API changes
None.
Data model changes
None.
Release notes snippet
I don't think we need release notes or a change record.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3281438-2-10.0.x.patch | 2.66 KB | tinto |
Comments
Comment #2
tintoHere's an update for
core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php.The patch removes all mentions of Bartik and replaces them with Olivero. The old version checked for a number of Bartik CSS files used for CKEditor. The Olivero theme includes an entirely different set of CSS files, so the patch adds checks for all of Olivero's CSS files used for CKEditor:
Comment #3
catchNice straightforward one.
Comment #7
lauriiiCommitted 2ba2757 and pushed to 10.0.x. Cherry-picked to 9.5.x and 9.4.x since this is a non-disruptive test change. Thanks!