Problem/Motivation

\Drupal\KernelTests\Core\Recipe\RollbackTest is under the KernelTests namespace, but it extends from \Drupal\Tests\BrowserTestBase

Steps to reproduce

Proposed resolution

Move it from \Drupal\KernelTests\Core\Recipe\RollbackTest to Drupal\FunctionalTests\Core\Recipe\RollbackTest

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Issue fork drupal-3454062

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

kim.pepper created an issue. See original summary.

kim.pepper’s picture

Title: Move Recipe\RollbackTest is to the BrowserTest namespace » Move Recipe\RollbackTest is to the FunctionalTests namespace

kim.pepper’s picture

Status: Active » Needs review
smustgrave’s picture

Status: Needs review » Reviewed & tested by the community

Seems straightforward and didn't break anything.

alexpott’s picture

Version: 11.x-dev » 10.3.x-dev
Status: Reviewed & tested by the community » Fixed

Backported to 10.3.x as a test only change. Thanks for catching this.

  • alexpott committed 42029802 on 10.3.x
    Issue #3454062 by kim.pepper: Move Recipe\RollbackTest is to the...

  • alexpott committed b41bf7c9 on 10.4.x
    Issue #3454062 by kim.pepper: Move Recipe\RollbackTest is to the...

  • alexpott committed 93cc4ced on 11.0.x
    Issue #3454062 by kim.pepper: Move Recipe\RollbackTest is to the...

  • alexpott committed a220b008 on 11.x
    Issue #3454062 by kim.pepper: Move Recipe\RollbackTest is to the...

Status: Fixed » Closed (fixed)

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