Field group has no D10 support yet, this issue will remove the tests first, then bring back when field group has code (in dev) with D10 support.
Note, only in 5.0.x branch, don't bother fixing that in the 8.x-3.x one.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | 3308854-9.patch | 6.08 KB | swentel |
Comments
Comment #6
swentel commentedComment #8
swentel commented#3278537: D10 compatibility | Declaration of Drupal\field_group\Routing\RouteSubscriber::getSubscribedEvents() must be compatible with Drupal\Core\Routing\RouteSubscriberBase::getSubscribedEvents() is in, so we can start testing field group with DS and add the tests back.
Marking critical because field group support is probably broken completely
Comment #9
swentel commentedThis works, however, might be bitten by #3120298: Order of alter hooks is not always respected by ModuleHandler.
So even if the tests are green now (probably after commit), let's hope that the module implements thing is just something weird in the test only :)
Comment #11
swentel commentedcommitted, hoping that the module order is something weird in the tests, so leaving for now though.
Comment #12
swentel commented