Problem/Motivation
PHPUnit is deprecating withConsecutive(), so we need to find replacements.
Steps to reproduce
Proposed resolution
We don't need to assert the order that entities are (de)normalized in, as long as they all are (de)normalized, so we can use Prophecy to do this more easily.
Merge request link
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3417551
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3417551-remove-withconsecutive-in
changes, plain diff MR !6345
Comments
Comment #3
longwaveComment #4
spokjeCode changes make sense.
Added to IS that in this case, the order in which entities are (de)normalized doesn't matter, as long as they are all (de)normalized, which is what is being tested in the MR.
RTBC for me.
Comment #7
catchCommitted/pushed to 11.x and cherry-picked to 10.2.x, thanks!