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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3272537-2.patch | 4.02 KB | danflanagan8 |
Comments
Comment #2
danflanagan8This is about as trivial as they get. These tests didn't actually need to be changed at all outside of changing classy to stark.I tried to add some value by using the new WebAssert methods for asserting status messages where applicable.
Comment #3
danflanagan8Comment #4
larowlanCode looks good to me
Comment #6
spokjeRrrrrrrandom JStest failure, back to RTBC per #4.
Comment #8
catchCommitted/pushed to 10.0.x and cherry-picked to 9.4.x, thanks!