Patch Drupal core to fix Issue #3186443: PHPUnit 9.5 Call to undefined method ::getAnnotations().

This commit is contained in:
Michael Stenta 2020-12-05 06:47:01 -05:00
parent 9bb7d4f855
commit a1dd6ba93d
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@
"Issue #3166694: Make config_rewrite/tests/modules compatible with Drupal 9": "https://www.drupal.org/files/issues/2020-08-22/3166694-2.patch"
},
"drupal/core": {
"Issue #3186443: PHPUnit 9.5 Call to undefined method ::getAnnotations()": "https://www.drupal.org/files/issues/2020-12-04/3186443-1.patch",
"Issue #2339235: Remove taxonomy hard dependency on node module": "https://www.drupal.org/files/issues/2020-10-12/2339235_60.patch"
},
"drupal/simple_oauth": {