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

  1. Write a merge request
  2. Review
  3. Commit

User interface changes

None

API changes

None

Data model changes

None

Issue fork diff-3534663

Command icon 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

idebr created an issue. See original summary.

idebr’s picture

Status: Active » Needs review

The merge request updates 'assertEquals()' arguments in tests to expected, actual

acbramley made their first commit to this issue’s fork.

  • acbramley committed d70c96a7 on 2.x authored by idebr
    Issue #3534663 by idebr: Misordered 'assertEquals()' arguments in tests
    
acbramley’s picture

Status: Needs review » Fixed

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.