// Apply the changes....
OK - I'll commit it with this to ease upgrades, but can you open a follow-up to drop D9 support?
@phenaproxima respectfully disagree here, nearly 40% of users are still on Drupal 9.5. Thus its been our policy to keep Drupal 9.5 support, despite...
It should be 9.5, no need for a dependency of drupal:system.
This syntax is wrong. $default_weight + 1 != $default_weight++ ... This would make the weight = 1 for every formatter.
This is changed to fix the TypeError: Unsupported operand types: string * int
. More info in failed test result here.
done, thank you for confirmation.
Reverted.
Done
I think we might just want to drop Drupal 9 compatibility entirely; it's EOL.
This doesn't do what you think it does. waitForText()
returns a boolean after waiting, so you also need to do something like this:...