PHPUnit 9.6 misses deprecation warning for withConsecutive()
removed in PHPUnit 10
#5182
Labels
version/9
Something affects PHPUnit 9
Summary
We read about the changes in PHPUnit 10 and the removal of
withConsecutive()
+ its alternatives (#4564 and #4026), so starting with a smooth upgrade path for our projects by upgrading to PHPUnit 9.6 first seemed like a logical step. We expected to see deprecation warnings forwithConsecutive()
, as they have been deprecated in #5063. After running the test suite with 9.6.3, there was no output to inform us about any deprecation, so it seems to me that there are no warnings for this method implemented yet, but I think there should be.I'm interested in your thoughts on this.
Btw, thanks for all the work you put into PHPUnit 👍
The text was updated successfully, but these errors were encountered: