Needs work
Project:
Drupal core
Version:
main
Component:
phpunit
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2022 at 00:30 UTC
Updated:
22 Mar 2022 at 03:39 UTC
Jump to comment: Most recent
#3265546: Drupal\KernelTests\Config\DefaultConfigTest throws deprecation notice for deprecated Core modules/themes which have config skips testing for deprecated modules. That's not necessary -- we can just test the deprecated modules in separate methods marked legacy.
DefaultConfigTest into a base class.@group legacy that runs the test methods for deprecated modules. Document that it is a test of deprecated module functionality and should not be removed in cleanups of deprecations.TBD
N/A
N/A
N/A
N/A
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
xjmDid not run locally because this test takes approximately 18 years.
Comment #4
spokjeTurns out that after the 18 years passed TestBot is not happy.
Comment #5
xjmHopefully fixed now but we'll see what the bot says. :P
Comment #6
xjmFor some reason
DefaultConfigTestis still tripping a deprecation notice for HAL. Will investigate later.