Problem/Motivation
Discovered as a side effect of #3291519: Fix remaining method.notFound PHPStan L0 errors
https://git.drupalcode.org/issue/drupal-3291519/-/jobs/8117075
Jquery Ui Library Assets (Drupal\FunctionalTests\Libraries\JqueryUiLibraryAssets)
✔ Properly set weights
⚠ Same asset same weight
✔ Library asset loading order with drupal.autocomplete
✔ Library asset loading order with drupal.dialog
✔ Library asset loading order with drupal.autocomplete|drupal.dialog
✔ Asset loading unchanged with drupal.autocomplete
✔ Asset loading unchanged with drupal.dialog
✔ Asset loading unchanged with drupal.autocomplete|drupal.dialog
There was 1 risky test:
1) Drupal\FunctionalTests\Libraries\JqueryUiLibraryAssetsTest::testSameAssetSameWeight
This test did not perform any assertions
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3568287
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
longwaveI don't think this test has been useful since #3277744: Actually remove deprecated jquery_ui libraries from core, let's just delete it.
Comment #4
longwaveComment #5
smustgrave commentedAgree it seems left over from a while ago.
Comment #9
catchCommitted/pushed to main and 11.x, thanks!