PHPUnit 13, released February 2026, introduces two new parameter set matchers that replace the long-removed withConsecutive() method. The new withParameterSetsInOrder() verifies that a mocked method receives parameters in a specific sequence, while withParameterSetsInAnyOrder() verifies all expected parameter sets were used
Sort: