Problem/Motivation
The "core/jquery.ui.accordion" asset library is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. See https://www.drupal.org/node/3067969
Drupal\Tests\BrowserTestBase::$defaultTheme is required in drupal:9.0.0 when using an install profile that does not set a default theme. See https://www.drupal.org/node/3083055, which includes recommendations on which theme to use.
Proposed resolution
Use https://www.drupal.org/project/jquery_ui_accordion instead
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | js-example-3103550-2.patch | 1.3 KB | jungle |
Comments
Comment #2
jungleComment #3
valthebaldPer discussion in Slack, it's better to have no 3d party dependencies, add library directly to examples module
Comment #4
jungleWrong scope, closing.