Closed (fixed)
Project:
Drupal core
Version:
9.4.x-dev
Component:
phpunit
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Jul 2022 at 17:25 UTC
Updated:
14 Sep 2022 at 08:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
andypostworkaround
Comment #4
andypostComment #6
andypostComment #7
borisson_Looks simple enough, this only moves code around in tests. +1
Comment #8
alexpottWe need to support PHP 8.2 on Drupal 9.5 so we should fix #2 to make the property accessible - atleast in a patch for d9.
Comment #9
andypostQueued for 9.5https://www.drupal.org/pift-ci-job/2448413
Comment #10
andypost@alexpott not clear what you mean the property moved to trait and remains protected...
Comment #11
alexpottSee the php 7.3 fails - https://www.drupal.org/pift-ci-job/2448238
Comment #12
andypostI think it should be separate patch for 9.4+ as
setAccessible()is no-op with PHP > 8.1 #3224941: Remove usage of setAccessible() when core requires PHP 8.1Comment #13
andypostre-rolled split of patches, interdiff is between 9.x and 10.x patches
Comment #14
xjmComment #15
alexpottCommitted and pushed 471e827a09 to 10.1.x and c5e50e3fe2 to 10.0.x. Thanks!
Committed and pushed d2653f7342 to 9.5.x and 324532dcbc to 9.4.x. Thanks!
Backported to 9.4.x to keep test infrastructure inline.