You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> A warning is now emitted when a data provider provides data sets that have more values than the test method consumes using arguments
While not problematic for PHPUnit Polyfills 1.x - 3.x, this will fail tests for 4.x (without this change).
Ref: https://github.com/sebastianbergmann/phpunit/blob/12.2/ChangeLog-12.2.md#changed-1
0 commit comments