- Issue created by @alexpott
- Status changed to Closed: duplicate
11 months ago 5:42pm 17 June 2024 - 🇺🇸United States smustgrave
Seems work has continued on 📌 When using drupalGet(), provide an associative array for $headers Fixed
- Status changed to Active
4 months ago 6:09pm 24 December 2024 - 🇳🇱Netherlands spokje
Seems 📌 When using drupalGet(), provide an associative array for $headers Fixed went into a different direction as #3 intended, there are still six TODO's left pointing to this issue.
These TODO's are all about deprecating passing non-string values to string-only parameters.
This issue will add a deprecation for removal in 12.0.0 to the current BC-layer.
- 🇳🇱Netherlands spokje
Not quite sure how to handle the new stronger typing, also some/many methods can be removed from our code and reference the behat-ones in 12.0.0.
- 🇺🇸United States smustgrave
Deprecations appear to be correct.
Question though should follow up be made for tests that had to be typecasted?
- 🇳🇿New Zealand quietone
Yes, this looks correct. But I do think the deprecation messages should be adjusted. The sentence, 'There is no replacement' is better suited to method removal. See the comment in the MR