Problem/Motivation
PHPUnit is deprecating withConsecutive(), so we need to find replacements.
Steps to reproduce
Proposed resolution
We need to assert various cache invalidations happen correctly; we can likely do this in an easier and more readable way with Prophecy.
Merge request link
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3418189
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:
Comments
Comment #3
longwaveThis really makes the test more readable for me, I like that you can spy on things and add expectations in Prophecy throughout the test.
Comment #4
spokjeIndeed the test is more readable.
Left a minor nitpick comment on the MR.
Comment #5
longwaveAdded a similar comment back.
Comment #6
spokjeThanks! Good enough for me.
Comment #8
catchCommitted/pushed to 11.x, thanks!