Commit e1b7c14
committed
minor #49621 [Tests] Remove occurrences of
This PR was merged into the 5.4 branch.
Discussion
----------
[Tests] Remove occurrences of `withConsecutive()`
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets | -
| License | MIT
| Doc PR | -
`withConsecutive()` has been deprecated in PHPUnit 9.6 and removed in PHP 10 (sebastianbergmann/phpunit#4564). This PR aims at starting the work to remove these occurrences. There is unfortunately no given migration path, and this requires manual work.
I'll create a meta issue referencing remaining occurrences if this one's merged, to keep track. Some seems pretty hard to remove.
cc `@OskarStark` this might interest you, as we worked a lot on tests lately 😄
Commits
-------
2047763649 [Tests] Remove occurrences of `withConsecutive()`withConsecutive() (alexandre-daubois)1 file changed
+11
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
75 | 78 | | |
76 | 79 | | |
77 | 80 | | |
| |||
0 commit comments