Closed (fixed)
Project:
Drupal core
Version:
9.2.x-dev
Component:
phpunit
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
21 May 2021 at 11:13 UTC
Updated:
5 Jul 2021 at 16:14 UTC
Jump to comment: Most recent
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.
Remove all comments related to assertEqual()
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 #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.