Problem/Motivation
There are several tests that have references to Bartik and Seven:
7 core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php
5 core/modules/shortcut/tests/src/Kernel/ShortcutSevenIntegrationTest.phpThese 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/shortcut/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 | 3281440-2.patch | 4.4 KB | _shy |
Comments
Comment #2
_shyReplaced references for the Seven theme (not found any references for the Bartik theme).
Comment #3
daffie commentedAssign this issue to the parent #3285205: [META] Convert test that use Bartik/Seven to Olivero/Claro.
Comment #4
nod_no more seven/bartik in shortcut tests :)
looks like it applies to 9.5 too, RTBC
Comment #8
lauriiiCommitted 02656d5 and pushed to 10.1.x. Also cherry-picked to 10.0.x and 9.5.x. Thanks!