Problem/Motivation
This is a follow-up issue of #3131281: Replace assertEqual() with assertEquals().
As assertEqual was deprecated and removed form core, the comments that refer to the test function must be removed as well.
Proposed resolution
Remove all comments related to assertEqual()
Issue fork drupal-3215143
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:
- 3215143-replace-replace-assertequal
changes, plain diff MR !701 /
changes, plain diff MR !700
Comments
Comment #5
paulocsComment #6
daffie commentedThe current MR changes over a 1000 files. There are not that many files with "assertEqual(" in a comment.
Comment #7
paulocsYeah. Consider merge request #701.
I had problems because the time between I clicked "create an issue fork" and pushed was short and the issue fork was not ready so I think that is why a lot files were added.
Comment #8
paulocsI closed MR #700 so I don't know why tests are triggering in #700 and not in #701
Comment #9
daffie commentedJust one nitpick.
Comment #10
paulocsComment #11
daffie commentedLooks good now.
For me it is RTBC.
The MR with ID = 701!
Comment #12
alexpottCommitted and pushed 026280b8f2 to 9.3.x and 6202bbf42e to 9.2.x. Thanks!
Backported to 9.2.x as this is docs only fixes.