Problem/Motivation

Currently the ViewModeSwitchTest::testDoGetViewModeToSwitchTo() test method uses PHPUnit's deprecated withConsecutive() method. This should be replaced for future compatibility. See also #3306554: InvocationMocker::withConsecutive() is deprecated in PHPUnit 9.6 and removed from PHPUnit 10

Proposed resolution

Remaining tasks

  • Create issue fork and MR to fix this issue

User interface changes

n/a

API changes

n/a

Data model changes

n/a

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

hctom created an issue. See original summary.

  • hctom committed c18110ba on 2.x
    Issue #3420596 by hctom: Remove deprecated withConsecutive()...
hctom’s picture

Status: Active » Fixed

This is fixed now.

hctom’s picture

Status: Fixed » Closed (fixed)