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

CommentFileSizeAuthor
#2 js-example-3103550-2.patch1.3 KBjungle

Comments

jungle created an issue. See original summary.

jungle’s picture

Assigned: jungle » Unassigned
Status: Active » Needs review
StatusFileSize
new1.3 KB
valthebald’s picture

Status: Needs review » Needs work

Per discussion in Slack, it's better to have no 3d party dependencies, add library directly to examples module

jungle’s picture

Status: Needs work » Closed (won't fix)

Wrong scope, closing.