Behat / MinkExtension

Mink extension (tight integration and configuration) for Behat
MIT License
636 stars 277 forks source link

Cast base_url to string to avoid warning on PHP 8.1 #388

Closed kdambekalns closed 1 year ago

kdambekalns commented 1 year ago

On PHP 8.1, when no base_url is set, a warning is triggered because rtrim() expects a string as first argument.

stof commented 1 year ago

you should use https://github.com/FriendsOfBehat/MinkExtension/ instead, which is the new host of a maintained MinkExtension (and where this is already solved)

kdambekalns commented 1 year ago

you should use https://github.com/FriendsOfBehat/MinkExtension/ instead

Which by now I have found and do use, indeed. Thanks.