Problem/Motivation
\Drupal\views\Plugin\views\argument_validator\Entity::calculateDependencies() causes deprecations on PHP 8.5. in \Drupal\Component\Plugin\Discovery\DiscoveryTrait::doGetDefinition
Steps to reproduce
Run \Drupal\Tests\user\Kernel\Views\ArgumentValidateTest
Proposed resolution
If there is no bundle entity do even less.
Remaining tasks
User interface changes
None
Introduced terminology
N/a
API changes
None
Data model changes
None
Release notes snippet
N/a
Issue fork drupal-3557516
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 #3
alexpottComment #4
smustgrave commentedRan locally with 8.5.0RC3
2 tests triggered 1 PHP deprecation:
With the MR 0 deprecations
JS was a random failure.
Change LGTM
Comment #8
catchCommitted/pushed to 11.x and cherry-picked to 11.3.x, thanks!