Sascha Grossenbacher
Sascha Grossenbacher
the watchdog table contains IP's, that many any log entry connected to a user personal.
Core does this for comments and sets the entity type per bundle. That works, but it's tricky and only works for base fields, because the entity type is a storage...
Yes, what works for comment would also work here, same pattern. My point was that it is fragile and theoretically not supported. That said, I made comment work like it...
FWIW, this should probably be in the wodby/php repository, not here?
See https://github.com/jhedstrom/drupalextension/pull/620.
Your proposed change would instead conflict with D10: https://github.com/drupal/core-dev/blob/10.0.x/composer.json. Do you really need drupal/core-dev? Are you running phpunit browser tests in the same environment? If not, you could drop the...
We could be compatible with two different versions of the same package, but we're talking about two different packages here, I don't think that's possible. You can still explicitly require...
Core isn't going to change this, it will not introduce possibly breaking changes in Drupal 9. The main point of drupal/core-dev is to be able to reliable run the same...
> if the friends-of-behat one is truly deprecated, wouldn't core update to the non-deprecated one? That's exactly what core did, but only in D10, as it was apparently considered a...
There is no next minor Drupal 9 version, Drupal 9 is EOL in December. Either stick to using 3.x on Drupal 9 or don't use drupal/core-dev. And the medium/long-term fix...