Problem/Motivation
There are several tests that have references to Bartik and Seven:
3 core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php
6 core/modules/taxonomy/tests/src/Functional/ThemeTest.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/taxonomy/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.
Comments
Comment #2
_shyAs for the
TermResourceTestBaseclass there are no references for the Bartik and Seven themes.Updated
ThemeTestclass.Comment #3
deviantintegral commentedExcellent, but hey, at least we now know about how well llamas can count!
Patch looks good to me.
Comment #4
daffie commentedAssign this issue to the parent #3285205: [META] Convert test that use Bartik/Seven to Olivero/Claro.
Comment #5
alexpottCommitted and pushed d833f15217 to 10.0.x and e68482b64e to 9.5.x and ece868286b to 9.4.x. Thanks!
Backported to 9.4.x as a test only change.