#2986383: Drupal core compatibility: Block content entities have a `reusable` field in 8.7+ fixed a Drupal core compatibility by updating test expectations to include a reusable attribute. This has since been backported to 8.6. We need to update our test expectations to account for that.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2990552-2.patch | 524 bytes | gabesullice |
Comments
Comment #2
gabesulliceComment #5
gabesulliceThe last failure was due to #2990133: Fix deprecation error in 8.5.x caused by Symfony\Component\HttpKernel\Controller\ControllerResolver::getArguments(), this fixed what it was supposed to fix.
Comment #6
wim leersNeeds backport to 8.x-1.x, because this change is causing those tests to also fail: https://www.drupal.org/pift-ci-job/1035236. OTOH, perhaps we don't care about the 1.x branch's tests failing against the next core minor, especially for failures like this, where everything actually works just fine, and it's merely expectations that need to be updated?
Comment #7
gabesulliceI thought about this as well. I wanted to give core a chance to settle a little more so we could bundle any commits like that together into a single "compatibility" release.
Comment #8
wim leersSounds good!
Comment #9
gabesullice