Problem/Motivation
#3093198: Replace all deprecated functions in tests replaced all calls to the deprecated assertEqual() with assertEquals(). However, not all arguments were swapped (expected <-> actual)
Proposed resolution
Update 'assertEquals()' arguments in tests to expected, actual
Remaining tasks
- Write a merge request
- Review
- Commit
User interface changes
None
API changes
None
Data model changes
None
Issue fork diff-3534663
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
idebr commentedThe merge request updates 'assertEquals()' arguments in tests to expected, actual
Comment #6
acbramley commentedThanks!