Problem/Motivation
Because of #3083275: [meta] Update tests that rely on Classy to not rely on it anymore and Classy being deprecated in Drupal 9 + removed in Drupal 10,: Tests that aren't specifically testing Classy yet declare $defaultTheme = 'classy'; should be refactored to use Stark as the default theme instead.
Proposed resolution
Change all tests in this module to use Stark as the default theme, and refactor the tests where needed so they continue to function properly.
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3269266-2.patch | 2.34 KB | danflanagan8 |
Comments
Comment #2
danflanagan8This is a teeny tiny one. Just one test using classy.
Comment #3
solideogloria commentedRemoved, since I posted in the wrong issue.
Comment #4
danflanagan8@solideogloria, this issue is a task that has a very limited scope that is unrelated to your feature request. You may want to put a feature request into the issue queue. But posting on this issue is not going to get you very far. Cheers!
Comment #5
solideogloria commentedSorry, posted in the wrong issue. I was looking at a different one.
Comment #6
longwaveAs stated this is a nice easy one.
Comment #9
lauriiiCommitted c6aab40 and pushed to 10.0.x. Also cherry-picked to 9.4.x. Thanks!